Skip to content

Commit

Permalink
more consistent punctuation
Browse files Browse the repository at this point in the history
  • Loading branch information
shlomif committed Dec 24, 2024
1 parent f7dd4c0 commit 6d71cde
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Tests/lib/NavBlocks.pm
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ my %tr_s = (
],
),
'star_trek_wtld' => _tr(
title => "Star Trek: We, the Living Dead",
title => "Star Trek: We, the Living Dead",
items => [
_fp( path => "humour/Star-Trek/We-the-Living-Dead/", ),
_ontext(
Expand Down
2 changes: 1 addition & 1 deletion Tests/nav-blocks.t
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ foreach my $ext ( '', 'index.xhtml', )
</tr>
<tr>
<td><b>Star Trek: We, the Living Dead</b></td>
<td><b>Star Trek: We, the Living Dead</b></td>
<td>
<ul>
<li><p><a href="../Star-Trek/We-the-Living-Dead/">Front Page</a></p></li>
Expand Down
2 changes: 1 addition & 1 deletion lib/Shlomif/Homepage/LongStories.pm
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ EOF
logo_src => "humour/Star-Trek/We-the-Living-Dead/images/fiery-Q.png",
logo_svg => '//$SKIP',
entry_id => "we-the-living-dead",
entry_text => "Star Trek: We the Living Dead",
entry_text => "Star Trek: We the Living Dead",
start_date => DateTime->new( year => 2007, ),
href => "humour/Star-Trek/We-the-Living-Dead/",
abstract => <<'EOF',
Expand Down
2 changes: 1 addition & 1 deletion lib/Shlomif/Homepage/SectionMenu/Sects/Humour.pm
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ my $_humour_tree_contents = {
],
},
{
text => "Star Trek: We the Living Dead",
text => "Star Trek: We the Living Dead",
url => "humour/Star-Trek/We-the-Living-Dead/",
subs => [
{
Expand Down

0 comments on commit 6d71cde

Please sign in to comment.