From 9ccf33f57838150a9537a536eeff468b90d1e60f Mon Sep 17 00:00:00 2001 From: Alex Cabal Date: Sat, 13 Aug 2022 19:23:57 -0500 Subject: [PATCH] Correctly capitalize title tag in poll results --- www/polls/votes/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/polls/votes/index.php b/www/polls/votes/index.php index 243753b4..467702aa 100644 --- a/www/polls/votes/index.php +++ b/www/polls/votes/index.php @@ -10,7 +10,7 @@ catch(Exceptions\SeException $ex){ Template::Emit404(); } -?> 'Results for the ' . $poll->Name . ' poll', 'highlight' => '', 'description' => 'The voting results for the ' . $poll->Name . ' poll.']) ?> +?> 'Results for the ' . $poll->Name . ' Poll', 'highlight' => '', 'description' => 'The voting results for the ' . $poll->Name . ' poll.']) ?>

Results for the Name) ?> Poll