Skip to content
Snippets Groups Projects
Commit cfa0d776 authored by Olimpia Magliulo's avatar Olimpia Magliulo
Browse files

delete unused class + fix html tag

parent 784b1284
No related branches found
No related tags found
No related merge requests found
......@@ -3,9 +3,9 @@
{% block content %}
{% if isadmin %}
<p class="float-r youareadmin">{{ '{core:frontpage:loggedin_as_admin}'|trans }}</p>
<p class="right youareadmin">{{ '{core:frontpage:loggedin_as_admin}'|trans }}</p>
{% else %}
<p class="float-r youareadmin">
<p class="right youareadmin">
<a href="{{ loginurl }}">{{ '{core:frontpage:login_as_admin}'|trans }}</a>
</p>
{% endif %}
......@@ -15,7 +15,7 @@
<li>
<a href="{{ link.href|escape('url') }}">{{ link.text|trans|escape('html') }}</a>
{% if link.deprecated is defined and link.deprecated is not empty %}
<span style="font-weight: bold;">{{ '{core:frontpage:deprecated}'|trans }}</b>
<strong>{{ '{core:frontpage:deprecated}'|trans }}</strong>
{% endif %}
</li>
{% endfor %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment