Mercurial > p > roundup > code
diff templates/classic/html/page.html @ 1760:93e160890571
Add a missing '?' to fix queries.
| author | Johannes Gijsbers <jlgijsbers@users.sourceforge.net> |
|---|---|
| date | Tue, 26 Aug 2003 12:44:23 +0000 |
| parents | 016e63bb9481 |
| children | 5f15fb95180c |
line wrap: on
line diff
--- a/templates/classic/html/page.html Tue Aug 26 12:37:51 2003 +0000 +++ b/templates/classic/html/page.html Tue Aug 26 12:44:23 2003 +0000 @@ -23,7 +23,7 @@ <p class="classblock" tal:condition="request/user/queries"> <b>Your Queries</b><br> <tal:block tal:repeat="qs request/user/queries"> - <a tal:attributes="href string:${qs/klass}${qs/url}" + <a tal:attributes="href string:${qs/klass}?${qs/url}" tal:content="qs/name">link</a><br> </tal:block> </p>
