diff --git a/view/tpl/nwiki_page_history.tpl b/view/tpl/nwiki_page_history.tpl index b1c6c9284..6926cca2d 100644 --- a/view/tpl/nwiki_page_history.tpl +++ b/view/tpl/nwiki_page_history.tpl @@ -43,17 +43,17 @@ {{foreach $pageHistory as $commit}} - +
Date{{$commit.date}}
{{$date_lbl}}{{$commit.date}} - {{if $permsWrite}} - + {{if $permsWrite}} +

- {{/if}} - + {{/if}} +
{{$name_lbl}}{{$commit.name}}
{{$msg_label}}{{$commit.title}}
- {{/foreach}} - + {{/foreach}} + \ No newline at end of file