Kaynağa Gözat

CSS code must be emitted as preformatted and not escaped.

default 2 yıl önce
ebeveyn
işleme
7ebe4a13a1
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. 2 2
      html.c

+ 2 - 2
html.c

@@ -431,7 +431,7 @@ xs_html *html_instance_head(void)
 
 
             xs_html_add(head,
             xs_html_add(head,
                 xs_html_tag("style",
                 xs_html_tag("style",
-                    xs_html_text(css)));
+                    xs_html_raw(css)));
         }
         }
     }
     }
 
 
@@ -535,7 +535,7 @@ xs_html *html_user_head(snac *user)
         if (css != NULL) {
         if (css != NULL) {
             xs_html_add(head,
             xs_html_add(head,
                 xs_html_tag("style",
                 xs_html_tag("style",
-                    xs_html_text(css)));
+                    xs_html_raw(css)));
         }
         }
     }
     }