mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-18 16:01:29 +00:00
pedantic fix for range dash in footer (refs #171)
This commit is contained in:
@@ -106,7 +106,7 @@ window.onload = init;
|
|||||||
</td>
|
</td>
|
||||||
</tr><tr>
|
</tr><tr>
|
||||||
<td align="center" class="loginBottom">
|
<td align="center" class="loginBottom">
|
||||||
<a href="http://tt-rss.org/">Tiny Tiny RSS</a> © 2005-2007 <a href="http://bah.org.ru/">Andrew Dolgov</a>
|
<a href="http://tt-rss.org/">Tiny Tiny RSS</a> © 2005–2007 <a href="http://bah.org.ru/">Andrew Dolgov</a>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
|
|||||||
@@ -150,7 +150,7 @@ window.onload = init;
|
|||||||
?>
|
?>
|
||||||
</select>
|
</select>
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
<a href="http://tt-rss.org/">Tiny Tiny RSS</a> v<?php echo VERSION ?> © 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 ?> © 2005–2007 <a href="http://bah.org.ru/">Andrew Dolgov</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<?php db_close($link); ?>
|
<?php db_close($link); ?>
|
||||||
|
|||||||
@@ -227,7 +227,7 @@ window.onload = init;
|
|||||||
?>
|
?>
|
||||||
</select>
|
</select>
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
<a href="http://tt-rss.org/">Tiny Tiny RSS</a> v<?php echo VERSION ?> © 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 ?> © 2005–2007 <a href="http://bah.org.ru/">Andrew Dolgov</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<?php db_close($link); ?>
|
<?php db_close($link); ?>
|
||||||
|
|||||||
Reference in New Issue
Block a user