[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
ninetydegrees.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=2561
Fix broken HTML for translation string.
Patch by
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
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'}&find=prev'", "next.url"=>"href='see_request?id=$sp->{'spid'}&find=next'"}) . "</li> <li>" . BML::ml('.go.to.previous.next.req.cat', {"prev.url"=>"href='see_request?id=$sp->{'spid'}&find=cprev'", "next.url"=>"href='see_request?id=$sp->{'spid'}&find=cnext'"}) . "</li> </ul>"; --------------------------------------------------------------------------------