sanitize_rss: allow pre and code tags

This commit is contained in:
Andrew Dolgov
2008-08-28 09:15:09 +01:00
parent 4b9dfd5b91
commit 4f3760433f
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -2119,3 +2119,8 @@ textarea.labelSQL {
div#label_test_result {
clear : both;
}
pre, code {
font-size : 12px;
font-family : monospace;
}