Skip to content

Commit

Permalink
Merge pull request #28 from 8fold/working
Browse files Browse the repository at this point in the history
fix footer spacing
  • Loading branch information
joshbruce authored Nov 1, 2021
2 parents 0953f1d + 14aacef commit 8fd2707
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PageComponents/Footer.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ public static function create(): HtmlElement
{
return HtmlElement::footer(
HtmlElement::p(
'Copyright © 2004–' . date('Y') . 'Joshua C. Bruce. ' .
'Copyright © 2004–' . date('Y') . ' Joshua C. Bruce. ' .
'All rights reserved.'
)
);
Expand Down

0 comments on commit 8fd2707

Please sign in to comment.