Commit 741d6928b028bf4df531b6df48584209c32811cd
1 parent
11b36d0d
Exists in
master
and in
39 other branches
Fixing TODO statment
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/templates/base.html
... | ... | @@ -90,7 +90,7 @@ |
90 | 90 | {% endif %} |
91 | 91 | <li><a href="/roadmap">{% trans "Roadmap" %}</a></li> |
92 | 92 | <li><a href="/browser">{% trans "Browse Source" %}</a></li> |
93 | - <!-- TODO: Must be optional like trac and separated --!> | |
93 | + <!-- TODO: Must be optional like trac and separated --> | |
94 | 94 | <li><a href="/ci">{% trans "Continuous Integration" %}</a></li> |
95 | 95 | </ul> |
96 | 96 | </li> | ... | ... |