aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/page_display.tpl
diff options
context:
space:
mode:
authorfriendica <redmatrix@redmatrix.me>2015-04-19 13:41:38 -0700
committerfriendica <redmatrix@redmatrix.me>2015-04-19 13:41:38 -0700
commit82f2765f7bbc990c7106b3d1b3185c8bf04112fb (patch)
treee94602dd0874209a188d8befec108ef05798de4b /view/tpl/page_display.tpl
parent01efda6850db9347351f290da6026d6cbc0abe49 (diff)
parent71117628bc0cba92b75caea46379b45c64c2cf43 (diff)
downloadvolse-hubzilla-82f2765f7bbc990c7106b3d1b3185c8bf04112fb.tar.gz
volse-hubzilla-82f2765f7bbc990c7106b3d1b3185c8bf04112fb.tar.bz2
volse-hubzilla-82f2765f7bbc990c7106b3d1b3185c8bf04112fb.zip
Merge https://github.com/redmatrix/redmatrix into pending_merge
Diffstat (limited to 'view/tpl/page_display.tpl')
-rwxr-xr-xview/tpl/page_display.tpl2
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>