diff options
author | friendica <info@friendica.com> | 2013-03-28 14:55:50 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-03-28 14:55:50 -0700 |
commit | ef09e505141c78eb073d265f231fdf3c29710af8 (patch) | |
tree | 47c746b9115d30c4ac3e686022fa497238ac68eb /view/tpl/smarty3/page_display.tpl | |
parent | d0bf45972135bde9ac39a06c6fa5eb64d075a225 (diff) | |
parent | c8852d455e77624baf9e6ac852c1176f45462e70 (diff) | |
download | volse-hubzilla-ef09e505141c78eb073d265f231fdf3c29710af8.tar.gz volse-hubzilla-ef09e505141c78eb073d265f231fdf3c29710af8.tar.bz2 volse-hubzilla-ef09e505141c78eb073d265f231fdf3c29710af8.zip |
Merge pull request #44 from beardy-unixer/c8852d455e77624baf9e6ac852c1176f45462e70
Template cleanup
Diffstat (limited to 'view/tpl/smarty3/page_display.tpl')
-rw-r--r-- | view/tpl/smarty3/page_display.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/smarty3/page_display.tpl b/view/tpl/smarty3/page_display.tpl index 0f02086f2..e61a86fc9 100644 --- a/view/tpl/smarty3/page_display.tpl +++ b/view/tpl/smarty3/page_display.tpl @@ -8,5 +8,5 @@ <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 class="page-body">{{$body}}</div> </div> |