fu: Close-up of Fu, bringing a scoop of water to her mouth (Default)
fu ([personal profile] fu) wrote in [site community profile] changelog2010-04-29 06:43 am

[dw-free] missing href in /support/act?close

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

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

Fix broken HTML for translation string.

Patch by [personal profile] ninetydegrees.

Files modified:
  • htdocs/support/act.bml
--------------------------------------------------------------------------------
diff -r 5b3ad1484f48 -r 079aa6f23dae htdocs/support/act.bml
--- a/htdocs/support/act.bml	Wed Apr 28 23:38:15 2010 -0700
+++ b/htdocs/support/act.bml	Wed Apr 28 23:47:49 2010 -0700
@@ -164,7 +164,7 @@ body<=
 <ul>
    <li>" . BML::ml('.go.back.to.request', {'back.req.url'=>"href='see_request?id=$sp->{'spid'}'", 'spid'=>$sp->{'spid'}}) ."</li>
    <li>" . BML::ml('.go.back.to.open.request', {"url"=>"href='help'"}) . "</li>
-   <li>" . BML::ml('.go.back.to.category', {"url"=>"'help?cat=$sp->{'_cat'}->{'catkey'}'"}) . "</li>
+   <li>" . BML::ml('.go.back.to.category', {"url"=>"href='help?cat=$sp->{'_cat'}->{'catkey'}'"}) . "</li>
    <li>" . BML::ml('.go.to.previous.next.request', {"prev.url"=>"href='see_request?id=$sp->{'spid'}&amp;find=prev'", "next.url"=>"href='see_request?id=$sp->{'spid'}&amp;find=next'"}) . "</li>
    <li>" . BML::ml('.go.to.previous.next.req.cat', {"prev.url"=>"href='see_request?id=$sp->{'spid'}&amp;find=cprev'", "next.url"=>"href='see_request?id=$sp->{'spid'}&amp;find=cnext'"}) . "</li>
 </ul>";
--------------------------------------------------------------------------------