From 8a2c577823b69117af8eda9b1a46bfbcae8153c6 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Mon, 8 Jul 2024 17:22:30 -0400 Subject: a few fixes, just a few.... --- src/web/_views/comments.php | 3 +-- src/web/_views/head.php | 14 +++++++------- 2 files changed, 8 insertions(+), 9 deletions(-) (limited to 'src/web/_views') diff --git a/src/web/_views/comments.php b/src/web/_views/comments.php index d72afd6..7f8acf2 100644 --- a/src/web/_views/comments.php +++ b/src/web/_views/comments.php @@ -2,8 +2,7 @@ main->format_date($comment['created']); echo '
'; echo '

' . esc($comment['author']) . '

'; diff --git a/src/web/_views/head.php b/src/web/_views/head.php index ef0d86c..5534070 100644 --- a/src/web/_views/head.php +++ b/src/web/_views/head.php @@ -12,14 +12,14 @@ - + <?=$title?> - "> - "> - "> - "> - "> - "> + "> + "> + "> + "> + "> + "> main->get_ie_version() <= 7) echo $this->main->link_css('css/legacy.css'); -- cgit v1.2.3-freya