summaryrefslogtreecommitdiff
path: root/prefs.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-11-17 17:26:08 +0100
committerAndrew Dolgov <[email protected]>2007-11-17 17:26:08 +0100
commitf41cf0a1ca6706d38dcafa021a0a120a86097443 (patch)
tree91edf482833bf56f762f399a37bf953a688eb8fd /prefs.php
parent3c66b582e67284ef9509c1ca90d13c319e923faa (diff)
pedantic fix for range dash in footer (refs #171)
Diffstat (limited to 'prefs.php')
-rw-r--r--prefs.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/prefs.php b/prefs.php
index 0544a8700..b93545c1f 100644
--- a/prefs.php
+++ b/prefs.php
@@ -150,7 +150,7 @@ window.onload = init;
?>
</select>
<?php } ?>
- <a href="http://tt-rss.org/">Tiny Tiny RSS</a> v<?php echo VERSION ?> &copy; 2005-2007 <a href="http://bah.org.ru/">Andrew Dolgov</a>
+ <a href="http://tt-rss.org/">Tiny Tiny RSS</a> v<?php echo VERSION ?> &copy; 2005&ndash;2007 <a href="http://bah.org.ru/">Andrew Dolgov</a>
</div>
<?php db_close($link); ?>