Skip to content
Snippets Groups Projects
Commit e9e1a7ca authored by Rolf Niepraschk's avatar Rolf Niepraschk
Browse files

CDATA entries back again

parent 7c44809a
Branches
No related tags found
No related merge requests found
......@@ -151,7 +151,9 @@ setup(
install_requires=[
'lxml',
'prettierfier',
'flask'
'flask',
'flask_cors',
'requests'
], # Optional
# List additional groups of dependencies here (e.g. development
......
......@@ -23,9 +23,11 @@
<dcc:description>
{%- for j in i['description'] %}
<dcc:content lang="{{j.lang}}">
<![CDATA[
{%- for k in j.content %}
{{k|safe}}
{% endfor -%}
]]>
</dcc:content>
{% endfor -%}
</dcc:description>
......@@ -48,9 +50,11 @@
<dcc:description>
{%- for k in j['description'] %}
<dcc:content lang="{{k.lang}}">
<![CDATA[
{%- for l in k.content %}
{{l|safe}}
{% endfor -%}
]]>
</dcc:content>
{% endfor -%}
</dcc:description>
......
......@@ -20,9 +20,11 @@
<dcc:description>
{%- for j in i['description'] %}
<dcc:content lang="{{j.lang}}">
<![CDATA[
{%- for k in j.content %}
{{k|safe}}
{% endfor -%}
]]>
</dcc:content>
{% endfor -%}
</dcc:description>
......
......@@ -13,9 +13,11 @@
<dcc:description>
{%- for j in i['description'] %}
<dcc:content lang="{{j.lang}}">
<![CDATA[
{%- for k in j.content %}
{{k|safe}}
{% endfor -%}
]]>
</dcc:content>
{% endfor -%}
</dcc:description>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment