kareila: (Default)
kareila ([personal profile] kareila) wrote in [site community profile] changelog2009-12-23 05:28 pm

[dw-nonfree] Add help link to site scheme footers

[commit: http://hg.dwscoalition.org/dw-nonfree/rev/6df7cf7ff580]

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

Whitespace fix.

Patch by [personal profile] kareila.

Files modified:
  • cgi-bin/bml/scheme/gradation-vertical-local.look
--------------------------------------------------------------------------------
diff -r 50603fe49abb -r 6df7cf7ff580 cgi-bin/bml/scheme/gradation-vertical-local.look
--- a/cgi-bin/bml/scheme/gradation-vertical-local.look	Wed Dec 23 11:25:07 2009 -0600
+++ b/cgi-bin/bml/scheme/gradation-vertical-local.look	Wed Dec 23 11:28:25 2009 -0600
@@ -19,7 +19,7 @@ footer<=
     <li><a href="<?siteroot?>/site/"><?_ml sitescheme.footer.sitemap _ml?></a> &bull; </li>
     <li><a href="<?siteroot?>/site/suggest"><?_ml sitescheme.footer.suggestion _ml?></a> &bull; </li>
     <li><a href="<?siteroot?>/site/opensource"><?_ml tropo.footer.opensource _ml?></a> &bull; </li>
-	<li><a href='$LJ::SITEROOT/support/'><?_ml sitescheme.accountlinks.help _ml?></a></li>
+    <li><a href='$LJ::SITEROOT/support/'><?_ml sitescheme.accountlinks.help _ml?></a></li>
 </ul>
 <p><?_ml sitescheme.footer.info _ml?></p>
 <=footer
--------------------------------------------------------------------------------