mirror of
https://github.com/standardebooks/web.git
synced 2025-07-13 18:11:52 -04:00
Correctly capitalize title tag in poll results
This commit is contained in:
parent
88ded6b7e6
commit
9ccf33f578
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ catch(Exceptions\SeException $ex){
|
|||
Template::Emit404();
|
||||
}
|
||||
|
||||
?><?= Template::Header(['title' => 'Results for the ' . $poll->Name . ' poll', 'highlight' => '', 'description' => 'The voting results for the ' . $poll->Name . ' poll.']) ?>
|
||||
?><?= Template::Header(['title' => 'Results for the ' . $poll->Name . ' Poll', 'highlight' => '', 'description' => 'The voting results for the ' . $poll->Name . ' poll.']) ?>
|
||||
<main>
|
||||
<section class="narrow">
|
||||
<h1>Results for the <?= Formatter::ToPlainText($poll->Name) ?> Poll</h1>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue