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 = '
'; + $o = '
'; if($r[0]['title']) $o .= '

' . $r[0]['title'] . '

'; 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 @@
- {{if $title}}

{{$title}}

{{/if}} + {{if $title}}

{{$title}}

{{/if}}
{{$date}}
{{$body}}