diff --git a/webapp/titanembeds/templates/usercss.html.j2 b/webapp/titanembeds/templates/usercss.html.j2 index 165c4bf..625abed 100644 --- a/webapp/titanembeds/templates/usercss.html.j2 +++ b/webapp/titanembeds/templates/usercss.html.j2 @@ -34,7 +34,7 @@ will have CSS cosmetic privilages removed, if caught. Please don't, we check the

Edit your CSS code here

-
{% if new %}/* Enter your CSS code here! */{% else %}{{ css.css }}{% endif %}
+
{% if new %}/* Enter your CSS code here! */{% else %}{{ css.css|e }}{% endif %}