Skip to content

Commit 4f36765

Browse files
author
Richard Jones
committed
bugfix
1 parent 2bc5bd9 commit 4f36765

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

templates/classic/html/page.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,10 @@ <h2><span metal:define-slot="body_title">body title</span></h2>
3838
value="id,activity,title,creator,assignedto,status"/>
3939
<input type="hidden" name="@sort" value="activity"/>
4040
<input type="hidden" name="@group" value="priority"/>
41-
<input id="search-text" name="@search_text" size="10"/>
42-
<input type="submit" id="submit" name="submit" value="Search" i18n:attributes="value" tal:attributes="value request/search_text" />
41+
<input id="search-text" name="@search_text" size="10"
42+
tal:attributes="value request/search_text | default" />
43+
<input type="submit" id="submit" name="submit" value="Search"
44+
i18n:attributes="value" />
4345
</form>
4446
</div>
4547
</td>

0 commit comments

Comments
 (0)