Skip to content

Commit 18ba007

Browse files
committed
Merge pull request composer#155 from h4cc/patch-1
Output description as raw text.
2 parents b1349f3 + 25e75d3 commit 18ba007

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

views/index.html.twig

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<div id="hd">
1515
<h1>{{ name }} Composer Repository</h1>
1616
{% if description %}
17-
<p>{{ description }}</p>
17+
<p>{{ description|raw }}</p>
1818
{% endif %}
1919
<div id="lastupdate">
2020
Last updated: <time datetime="{{ "now"|date(constant('\DateTime::ISO8601')) }}">{{ "now"|date(constant('\DateTime::RSS')) }}</time>

0 commit comments

Comments
 (0)