File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
share/roundup/templates/jinja2/html Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -141,8 +141,8 @@ Fixed:
141141 (Thomas Arendsen Hein)
142142- Fix broken images in legacy spec.html and original_overview.html, and
143143 restore web presence for "Roundup's Design Document" (anatoly techtonik)
144- - Template jinja2: Updated URL to point to http://www.roundup-tracker.org/
145- (Bernhard Reiter)
144+ - Template jinja2: Updated URL to point to http://www.roundup-tracker.org/,
145+ fixed a typo. (Bernhard Reiter)
146146- Security: Add mime-type whitelist for attachmens that can be safely
147147 rendered from Roundup without trigerring security bugs in browser
148148 plugins, XSS issues and spam. The option ``allow_html_file`` didn't
Original file line number Diff line number Diff line change 4343 {% endfor %}
4444 </ table >
4545 {% else %}
46- < p class ='text-error '> {{ i18n.gettext('There are no issue yet!') }}</ p >
46+ < p class ='text-error '> {{ i18n.gettext('There are no issues yet!') }}</ p >
4747 {% endif %}
4848 {% endif %}
4949
You can’t perform that action at this time.
0 commit comments