File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed
Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments