commit af3285b24f1ea62634bb88cd7381496402141d26 Author: HOG Date: Sun Sep 6 13:50:45 2015 +0300 Added chanhes from 2372183-29. diff --git a/core/modules/system/css/system.admin.css b/core/modules/system/css/system.admin.css index 5ef29b0..0a08623 100644 --- a/core/modules/system/css/system.admin.css +++ b/core/modules/system/css/system.admin.css @@ -125,7 +125,7 @@ small .admin-link:after { text-transform: none; font-weight: normal; cursor: default; - overflow: hidden; /* truncates descriptions if too long */ + overflow: hidden; /* Truncates descriptions if too long. */ text-overflow: ellipsis; white-space: nowrap; } diff --git a/core/modules/system/templates/system-project-details.html.twig b/core/modules/system/templates/system-project-details.html.twig index 40dbe60..a0c7f73 100644 --- a/core/modules/system/templates/system-project-details.html.twig +++ b/core/modules/system/templates/system-project-details.html.twig @@ -1,4 +1,3 @@ - {# /** * @file @@ -16,15 +15,15 @@ #} {% if machine_name %} -
{{ 'Machine name: !machine-name'|t({'!machine-name': machine_name}) }}
+
{{ 'Machine name: @machine-name'|t({'<@>machine-name': machine_name}) }}
{% endif %} {% if version %} -
{{ 'Version: !version'|t({'!version': version}) }}
+
{{ 'Version: @version'|t({'@version': version}) }}
{% endif %} {% if requires %} -
{{ 'Requires: @extensions'|t({'@extensions': requires|join(', ')}) }}
+
{{ 'Requires: @extensions'|t({'@extensions': requires|safe_join(', ')}) }}
{% endif %} {% if required_by %} -
{{ 'Required by: @extensions'|t({'@extensions': required_by|join(', ')}) }}
+
{{ 'Required by: @extensions'|t({'@extensions': required_by|safe_join(', ')}) }}
{% endif %} diff --git a/core/modules/system/templates/system-themes-page.html.twig b/core/modules/system/templates/system-themes-page.html.twig index af3b703..0173331 100644 --- a/core/modules/system/templates/system-themes-page.html.twig +++ b/core/modules/system/templates/system-themes-page.html.twig @@ -61,7 +61,7 @@ ({{ theme.notes|safe_join(', ') }}) {%- endif -%} -
{{ theme.description }}
+
{{ theme.description }}
{# Display operation links if the theme is compatible. #} {% if theme.incompatible %}
{{ theme.incompatible }}