1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-16 07:25:57 +00:00

pedantic fix for range dash in footer (refs #171)

This commit is contained in:
Andrew Dolgov
2007-11-17 17:26:08 +01:00
parent 3c66b582e6
commit f41cf0a1ca
3 changed files with 3 additions and 3 deletions

View File

@@ -106,7 +106,7 @@ window.onload = init;
</td>
</tr><tr>
<td align="center" class="loginBottom">
<a href="http://tt-rss.org/">Tiny Tiny RSS</a> &copy; 2005-2007 <a href="http://bah.org.ru/">Andrew Dolgov</a>
<a href="http://tt-rss.org/">Tiny Tiny RSS</a> &copy; 2005&ndash;2007 <a href="http://bah.org.ru/">Andrew Dolgov</a>
</td>
</tr>

View File

@@ -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); ?>

View File

@@ -227,7 +227,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); ?>