aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/smarty3/page_display.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'view/tpl/smarty3/page_display.tpl')
-rw-r--r--view/tpl/smarty3/page_display.tpl2
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>