Skip to content

Commit c2cb42d

Browse files
author
Johannes Gijsbers
committed
Add a missing '?' to fix queries.
1 parent 679127b commit c2cb42d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/classic/html/page.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<p class="classblock" tal:condition="request/user/queries">
2424
<b>Your Queries</b><br>
2525
<tal:block tal:repeat="qs request/user/queries">
26-
<a tal:attributes="href string:${qs/klass}${qs/url}"
26+
<a tal:attributes="href string:${qs/klass}?${qs/url}"
2727
tal:content="qs/name">link</a><br>
2828
</tal:block>
2929
</p>

0 commit comments

Comments
 (0)