diff options
author | friendica <info@friendica.com> | 2013-05-28 16:20:20 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-05-28 16:20:20 -0700 |
commit | 5f629ea6102acb0c117c2152e5bc7404b3b8b668 (patch) | |
tree | f9968589e7bebde87194bf3ab4b566bdf8f5d435 /view/tpl | |
parent | 08a4ffd6633896a75f1aa66c7c310fc6fd991912 (diff) | |
parent | 151688a1294d9933565257d53065ad11db24939f (diff) | |
download | volse-hubzilla-5f629ea6102acb0c117c2152e5bc7404b3b8b668.tar.gz volse-hubzilla-5f629ea6102acb0c117c2152e5bc7404b3b8b668.tar.bz2 volse-hubzilla-5f629ea6102acb0c117c2152e5bc7404b3b8b668.zip |
Merge pull request #56 from beardy-unixer/master
Various
Diffstat (limited to 'view/tpl')
-rwxr-xr-x | view/tpl/page_display.tpl | 4 |
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 |