]> git.wh0rd.org Git - tt-rss.git/commitdiff
pedantic fix for range dash in footer (refs #171)
authorAndrew Dolgov <fox@bah.spb.su>
Sat, 17 Nov 2007 16:26:08 +0000 (17:26 +0100)
committerAndrew Dolgov <fox@bah.spb.su>
Sat, 17 Nov 2007 16:26:08 +0000 (17:26 +0100)
login_form.php
prefs.php
tt-rss.php

index 689600b9529340c468a971720512289fd532e2c8..5854078e9e9101a907f01bd895bfac5fb047a92e 100644 (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>
 
index 0544a8700b4602887c0035927cc520804c0324a4..b93545c1f4087a5dc6b56381c2049a0a0068ab79 100644 (file)
--- 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); ?>
index 5ef24050abb9ec43419da7ea13f12a11ba45f870..c20918c4eaa3d7a71e45d75b936d1b08e8a40a9d 100644 (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); ?>