Skip to content

Commit dd2a092

Browse files
committed
Merge pull request Codeception#25 from bayandin/patch-1
Use en-dash in date range (instead of hyphen)
2 parents 785763a + 60e6bc0 commit dd2a092

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_layouts/bootstrap.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ <h3>Thanks to all our contributors</h3>
180180
</div>
181181
</div>
182182
<div id="copyright">
183-
© 2011 - <span data-toggle="tooltip" alt="" title="YOU BROKE MY PHP! FIX IT ASAP!">&lt;?= date('Y') ?&gt;</span>
183+
© 2011&ndash;<span data-toggle="tooltip" alt="" title="YOU BROKE MY PHP! FIX IT ASAP!">&lt;?= date('Y') ?&gt;</span>
184184
<!-- You broke my PHP, man! -->
185185
</div>
186186

@@ -206,4 +206,4 @@ <h3>Thanks to all our contributors</h3>
206206

207207

208208

209-
</body></html>
209+
</body></html>

0 commit comments

Comments
 (0)