Skip to content

Commit 60e6bc0

Browse files
committed
Use en-dash in date range (instead of hyphen)
1 parent 0a19686 commit 60e6bc0

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
@@ -164,7 +164,7 @@ <h3>Thanks to all our contributors</h3>
164164
</div>
165165
</div>
166166
<div id="copyright">
167-
© 2011 - <span data-toggle="tooltip" alt="" title="YOU BROKE MY PHP! FIX IT ASAP!">&lt;?= date('Y') ?&gt;</span>
167+
© 2011&ndash;<span data-toggle="tooltip" alt="" title="YOU BROKE MY PHP! FIX IT ASAP!">&lt;?= date('Y') ?&gt;</span>
168168
<!-- You broke my PHP, man! -->
169169
</div>
170170

@@ -190,4 +190,4 @@ <h3>Thanks to all our contributors</h3>
190190

191191

192192

193-
</body></html>
193+
</body></html>

0 commit comments

Comments
 (0)