[dw-free] Add a missing closing quote
[commit: http://hg.dwscoalition.org/dw-free/rev/e0b27f75bfa7]
Add a missing closing quote
Patch by
fu.
Files modified:
Add a missing closing quote
Patch by
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
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 %] | --------------------------------------------------------------------------------