aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/page_display.tpl
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-05-28 16:33:24 -0700
committerfriendica <info@friendica.com>2013-05-28 16:33:24 -0700
commit6bb35832674e35aa4505cd636b6f42c6d0a1a7f4 (patch)
tree89aeeac25abedeec92a1a6503ec7db1877eb4189 /view/tpl/page_display.tpl
parent281d73b03adb4906acd9483911aa8edb04e68f6b (diff)
parent5f629ea6102acb0c117c2152e5bc7404b3b8b668 (diff)
downloadvolse-hubzilla-6bb35832674e35aa4505cd636b6f42c6d0a1a7f4.tar.gz
volse-hubzilla-6bb35832674e35aa4505cd636b6f42c6d0a1a7f4.tar.bz2
volse-hubzilla-6bb35832674e35aa4505cd636b6f42c6d0a1a7f4.zip
Merge https://github.com/friendica/red into zpull
Diffstat (limited to 'view/tpl/page_display.tpl')
-rwxr-xr-xview/tpl/page_display.tpl4
1 files changed, 3 insertions, 1 deletions
diff --git a/view/tpl/page_display.tpl b/view/tpl/page_display.tpl
index e61a86fc9..2abb80e92 100755
--- a/view/tpl/page_display.tpl
+++ b/view/tpl/page_display.tpl
@@ -4,9 +4,11 @@
*
*}}
<div class=page">
- <h3 class="page-title">{{$title}}</h3>
+<div class="page-content-wrapper" id="page-content-wrapper" >
+ <h3 class="page-title">{{$title}}</h3>
<div class="page-author"><a class=="page-author-link" href="{{$auth_url}}">{{$author}}</a></div>
<div class="page-date">{{$date}}</div>
<div class="page-body">{{$body}}</div>
</div>
+</div> \ No newline at end of file