diff options
author | Mario Vavti <mario@mariovavti.com> | 2015-04-19 13:25:05 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2015-04-19 13:25:05 +0200 |
commit | dd5b97639edfb5d562ced806e27e64a6bab556b8 (patch) | |
tree | d0b411530e5431fd88a4dfe5e83b03452d5f2a16 /view/tpl | |
parent | 0883512e30af10ea7ed0f461afc8236a828e7d2b (diff) | |
download | volse-hubzilla-dd5b97639edfb5d562ced806e27e64a6bab556b8.tar.gz volse-hubzilla-dd5b97639edfb5d562ced806e27e64a6bab556b8.tar.bz2 volse-hubzilla-dd5b97639edfb5d562ced806e27e64a6bab556b8.zip |
Introduce wrap variable in comanche blocks (if set to none the block will not be wrapped in a div), fix menu item permissions (it was not possible to set them visible for everybody) and a typo
Diffstat (limited to 'view/tpl')
-rwxr-xr-x | view/tpl/page_display.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/page_display.tpl b/view/tpl/page_display.tpl index e6a59a8c4..5328648b9 100755 --- a/view/tpl/page_display.tpl +++ b/view/tpl/page_display.tpl @@ -2,7 +2,7 @@ <div class="generic-content-wrapper" id="page-content-wrapper" > {{if $title}}<h2 class="page-title">{{$title}}</h2>{{/if}} - <div class="page-author"><a class=="page-author-link" href="{{$auth_url}}">{{$author}}</a></div> + <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> |