Skip to content

Commit f7017c1

Browse files
committed
Fix missing ".
1 parent c110a7b commit f7017c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/issues/html/page.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ <h1><a href="/">Roundup Tracker - Issues</a></h1>
7777
<a href="issue?@template=search&status=1" i18n:translate="">Search</a>
7878
</li>
7979
<li>
80-
<form method="post" tal:attributes="action request/base>
80+
<form method="post" tal:attributes="action request/base">
8181
<input type="submit" class="form-small" value="Show issue:"
8282
i18n:attributes="value"/>
8383
<input class="form-small" size="4"

0 commit comments

Comments
 (0)