Skip to content

Commit 8df3292

Browse files
committed
Apply classic bugfix from f95c3bb0ddcc to minimal template, too.
(mostly to reduce the differences between both templates)
1 parent f5fbeba commit 8df3292

File tree

1 file changed

+3
-2
lines changed
  • share/roundup/templates/minimal/html

1 file changed

+3
-2
lines changed

share/roundup/templates/minimal/html/page.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,9 @@ <h2><span metal:define-slot="body_title">body title</span></h2>
3939
<input type="hidden" name="@sort" value="activity"/>
4040
<input type="hidden" name="@group" value="priority"/>
4141
<input id="search-text" name="@search_text" size="10"
42-
tal:attributes="value request/search_text"/>
43-
<input type="submit" id="submit" name="submit" value="Search" i18n:attributes="value" />
42+
tal:attributes="value request/search_text | default" />
43+
<input type="submit" id="submit" name="submit" value="Search"
44+
i18n:attributes="value" />
4445
</form>
4546
</div>
4647
</td>

0 commit comments

Comments
 (0)