fu: Close-up of Fu, bringing a scoop of water to her mouth (Default)
fu ([personal profile] fu) wrote in [site community profile] changelog2012-07-21 01:47 pm

[dw-free] Add a missing closing quote

[commit: http://hg.dwscoalition.org/dw-free/rev/e0b27f75bfa7]

Add a missing closing quote

Patch by [personal profile] fu.

Files modified:
  • schemes/lynx.tt
--------------------------------------------------------------------------------
diff -r 6fd99d890be1 -r e0b27f75bfa7 schemes/lynx.tt
--- a/schemes/lynx.tt	Fri Jul 20 21:16:56 2012 -0700
+++ b/schemes/lynx.tt	Sat Jul 21 06:50:24 2012 -0700
@@ -25,7 +25,7 @@
 </div>
 
 <hr />
-<div role="navigation><p>[ <a href='[% site.root %]/'>[% 'lynx.nav.home' | ml %]</a> | <a href='[% site.root %]/update'>[% 'lynx.nav.update' | ml %]</a> |
+<div role="navigation"><p>[ <a href='[% site.root %]/'>[% 'lynx.nav.home' | ml %]</a> | <a href='[% site.root %]/update'>[% 'lynx.nav.update' | ml %]</a> |
 [%- IF remote %][% baseurl = remote.journal_base %]
 <a href='[% baseurl %]/'>[% 'lynx.nav.recent' | ml %]</a> | <a href='[% baseurl %]/read'>[% 'lynx.nav.friends' | ml %]</a> |
 <a href='[% site.root %]/logout'>[% 'lynx.nav.logout' | ml %]</a> | [% remote.ljuser_display %] |
--------------------------------------------------------------------------------