Remove trailing slash for void elements... sadly
This commit is contained in:
parent
a1fd63ad08
commit
cb2483eab1
13 changed files with 57 additions and 52 deletions
|
|
@ -14,7 +14,7 @@
|
|||
{% else %}
|
||||
{{ user.name }}
|
||||
{% endif %}
|
||||
</a> / <a href="/signout" />{{ tr.t(Sentence::SignOut) }}</a>
|
||||
</a> / <a href="/signout">{{ tr.t(Sentence::SignOut) }}</a>
|
||||
{% when None %}
|
||||
<a href="/signin" >{{ tr.t(Sentence::SignInMenu) }}</a>/<a href="/signup">{{ tr.t(Sentence::SignUpMenu) }}</a>/<a href="/ask_reset_password">{{ tr.t(Sentence::LostPassword) }}</a>
|
||||
{% endmatch %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue