From ca6373104161899d4afed5c06b6481e8cab2fc7b Mon Sep 17 00:00:00 2001 From: Bruce Bannon Date: Fri, 11 Oct 2024 00:10:44 -0600 Subject: [PATCH] Continueing to make class and id conform to documentation --- about.php | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/about.php b/about.php index 3dd83eeaa..a7365ca0b 100644 --- a/about.php +++ b/about.php @@ -6,6 +6,7 @@ * * @package WebCalendar */ + /** * Include the basics. * @@ -27,9 +28,10 @@ $replacements[] = ''; $data = preg_replace ( $patterns, $replacements, $data ); } + print_header ( ['css/about.css'], '', '', true, false, true ); echo ' -
' + -
'; + '; print_form_key(); echo ' -
' . ( empty ( $credits ) ? '' : " " ) . print_trailer ( false,true,true );