diff --git a/plugins/API/templates/listAllAPI.twig b/plugins/API/templates/listAllAPI.twig index c84488b1ec69ba47fe46ee21dc6abe770236829e..267e365a2ad486a7f09784f61760768bba855fbb 100644 --- a/plugins/API/templates/listAllAPI.twig +++ b/plugins/API/templates/listAllAPI.twig @@ -10,7 +10,7 @@ {% block content %} <div class="api-list"> - <div piwik-content-block content-title="{{ title|e('html_attr') }}" rate="true"> + <div piwik-content-block content-title="{{ title }}" rate="true"> <p>{{ 'API_PluginDescription'|translate }}</p> <p> @@ -27,4 +27,4 @@ {{ list_api_methods_with_links|raw }} <br/> </div> -{% endblock %} \ No newline at end of file +{% endblock %}