Browse Source

Fix Pagure's overview page verbatim error

ankitapareek 3 years ago
parent
commit
90f301afe9
1 changed files with 1 additions and 0 deletions
  1. 1 0
      pagure/lib/query.py

+ 1 - 0
pagure/lib/query.py

@@ -4516,6 +4516,7 @@ def clean_input(text, ignore=None):
         "del",
         "cite",
         "noscript",
+        "colgroup",
     ]
     if ignore:
         for tag in ignore: