Mercurial > p > roundup > code
diff templates/minimal/html/page.html @ 3584:35b35a152b40
fix "clear this message" [SF#1429367]
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Fri, 03 Mar 2006 01:00:41 +0000 |
| parents | e0b3a91519c3 |
| children | b11142bb2aa2 |
line wrap: on
line diff
--- a/templates/minimal/html/page.html Fri Mar 03 00:13:20 2006 +0000 +++ b/templates/minimal/html/page.html Fri Mar 03 01:00:41 2006 +0000 @@ -78,7 +78,7 @@ <p tal:condition="options/ok_message | nothing" class="ok-message"> <span tal:repeat="m options/ok_message" tal:content="structure string:$m <br/ > " /> - <a class="form-small" tal:attributes="href string:issue${context/id}" + <a class="form-small" tal:attributes="href request/current_url" i18n:translate="">clear this message</a> </p> </td>
