We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b1349f3 + 25e75d3 commit 18ba007Copy full SHA for 18ba007
views/index.html.twig
@@ -14,7 +14,7 @@
14
<div id="hd">
15
<h1>{{ name }} Composer Repository</h1>
16
{% if description %}
17
- <p>{{ description }}</p>
+ <p>{{ description|raw }}</p>
18
{% endif %}
19
<div id="lastupdate">
20
Last updated: <time datetime="{{ "now"|date(constant('\DateTime::ISO8601')) }}">{{ "now"|date(constant('\DateTime::RSS')) }}</time>
0 commit comments