- = $page->title() ?> + = $page->title()->html() ?> = $page->text()->kt() ?> diff --git a/site/templates/home.php b/site/templates/home.php index 8af010fa..544e47ce 100755 --- a/site/templates/home.php +++ b/site/templates/home.php @@ -48,7 +48,7 @@ - = $album->title() ?> + = $album->title()->html() ?> diff --git a/site/templates/note.php b/site/templates/note.php index a8985ad7..eef90202 100755 --- a/site/templates/note.php +++ b/site/templates/note.php @@ -31,9 +31,9 @@ - = $page->title() ?> + = $page->title()->html() ?> subheading()->isNotEmpty()): ?> - = $page->subheading() ?> + = $page->subheading()->html() ?> @@ -44,7 +44,7 @@ - = $tag ?> + = html($tag) ?>
- = $page->title() ?> + = $page->title()->html() ?> subheading()->isNotEmpty()): ?> - = $page->subheading() ?> + = $page->subheading()->html() ?> @@ -44,7 +44,7 @@ - = $tag ?> + = html($tag) ?>