diff options
-rw-r--r-- | include/comanche.php | 2 | ||||
-rwxr-xr-x | view/tpl/page_display.tpl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/include/comanche.php b/include/comanche.php index 62bfd0ddc..fcf50d67e 100644 --- a/include/comanche.php +++ b/include/comanche.php @@ -143,7 +143,7 @@ function comanche_block($name) { dbesc($name) ); if($r) { - $o = '<div class="widget bblock">'; + $o = '<div class="bblock">'; if($r[0]['title']) $o .= '<h3>' . $r[0]['title'] . '</h3>'; diff --git a/view/tpl/page_display.tpl b/view/tpl/page_display.tpl index c38fbe382..e6a59a8c4 100755 --- a/view/tpl/page_display.tpl +++ b/view/tpl/page_display.tpl @@ -1,7 +1,7 @@ <div class="page"> <div class="generic-content-wrapper" id="page-content-wrapper" > - {{if $title}}<h3 class="page-title">{{$title}}</h3>{{/if}} + {{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-date">{{$date}}</div> <div class="page-body">{{$body}}</div> |