Commit c63484aa authored by Rene Saarsoo's avatar Rene Saarsoo
Browse files

Wrap all print page content inside <article>.

This should help tools like readability.com extract the contents
of the page.
parent 4f647849
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -28,7 +28,9 @@
  </div>
  <div id="center-container" class="class-overview" style="padding: 20px">
    <div class="x-panel-body">
      <article>
        {body}
      </article>
    </div>
  </div>