Skip to content

Commit b2a417d

Browse files
author
Alexander Smishlajev
committed
fix: "List of issues" string in page title is not translated...
...when dispname is set in request
1 parent a2b9e3e commit b2a417d

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

templates/classic/html/issue.index.html

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
<!-- dollarId: issue.index,v 1.2 2001/07/29 04:07:37 richard Exp dollar-->
22
<tal:block metal:use-macro="templates/page/macros/icing">
3-
<title metal:fill-slot="head_title" i18n:translate="" >
4-
List of issues -
5-
<span tal:condition="request/dispname"
6-
tal:replace="python:' %s - '%request.dispname" />
7-
<span tal:replace="config/TRACKER_NAME" i18n:name="tracker" />
8-
</title>
9-
<span metal:fill-slot="body_title" tal:omit-tag="python:1"
10-
i18n:translate="">List of issues
11-
<span tal:condition="request/dispname"
12-
tal:replace="python:' - %s' % request.dispname" />
3+
<title metal:fill-slot="head_title" >
4+
<span tal:omit-tag="true" i18n:translate="" >List of issues</span>
5+
<span tal:condition="request/dispname"
6+
tal:replace="python:' - %s '%request.dispname"
7+
/> - <span tal:replace="config/TRACKER_NAME" />
8+
</title>
9+
<span metal:fill-slot="body_title" tal:omit-tag="true">
10+
<span tal:omit-tag="true" i18n:translate="" >List of issues</span>
11+
<span tal:condition="request/dispname"
12+
tal:replace="python:' - %s' % request.dispname" />
1313
</span>
1414
<td class="content" metal:fill-slot="content">
1515

0 commit comments

Comments
 (0)