mark: A photo of Mark kneeling on top of the Taal Volcano in the Philippines. It was a long hike. (Default)
Mark Smith ([staff profile] mark) wrote in [site community profile] changelog2009-09-21 06:04 am

[dw-nonfree] typo in tropo footers

[commit: http://hg.dwscoalition.org/dw-nonfree/rev/9228dbaafcce]

http://bugs.dwscoalition.org/show_bug.cgi?id=1822

Typo in HTML in Tropospherical footer, extraneous question mark. No longer
part of the family.

Patch by [personal profile] kareila.

Files modified:
  • cgi-bin/bml/scheme/tropo-purple.look
  • cgi-bin/bml/scheme/tropo-red.look
--------------------------------------------------------------------------------
diff -r 1fbcdd1e3cf2 -r 9228dbaafcce cgi-bin/bml/scheme/tropo-purple.look
--- a/cgi-bin/bml/scheme/tropo-purple.look	Mon Sep 21 00:49:22 2009 +0000
+++ b/cgi-bin/bml/scheme/tropo-purple.look	Mon Sep 21 06:04:55 2009 +0000
@@ -154,7 +154,7 @@ footer<=
     <li><a href="<?siteroot?>/legal/principles"><?_ml tropo.footer.legal.guidingprinciples _ml?></a> &bull; </li>
     <li><a href="<?siteroot?>/site/"><?_ml tropo.footer.sitemap _ml?></a> &bull; </li>
     <li><a href="<?siteroot?>/site/suggest"><?_ml tropo.footer.suggestion _ml?></a> &bull; </li>
-    <li><a href="<?siteroot?>/site/opensource"?><?_ml tropo.footer.opensource _ml?></a></li>
+    <li><a href="<?siteroot?>/site/opensource"><?_ml tropo.footer.opensource _ml?></a></li>
 </ul>
 <p><?_ml tropo.footer.info _ml?></p>
 <=footer
diff -r 1fbcdd1e3cf2 -r 9228dbaafcce cgi-bin/bml/scheme/tropo-red.look
--- a/cgi-bin/bml/scheme/tropo-red.look	Mon Sep 21 00:49:22 2009 +0000
+++ b/cgi-bin/bml/scheme/tropo-red.look	Mon Sep 21 06:04:55 2009 +0000
@@ -154,7 +154,7 @@ footer<=
     <li><a href="<?siteroot?>/legal/principles"><?_ml tropo.footer.legal.guidingprinciples _ml?></a> &bull; </li>
     <li><a href="<?siteroot?>/site/"><?_ml tropo.footer.sitemap _ml?></a> &bull; </li>
     <li><a href="<?siteroot?>/site/suggest"><?_ml tropo.footer.suggestion _ml?></a> &bull; </li>
-    <li><a href="<?siteroot?>/site/opensource"?><?_ml tropo.footer.opensource _ml?></a></li>
+    <li><a href="<?siteroot?>/site/opensource"><?_ml tropo.footer.opensource _ml?></a></li>
 </ul>
 <p><?_ml tropo.footer.info _ml?></p>
 <=footer
--------------------------------------------------------------------------------