From 5d7dcad3351fd8ec5bcf0bb7d43734f294f77a24 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Fri, 11 May 2012 07:03:55 +0900 Subject: [PATCH] add svg to images --- aqt/editor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aqt/editor.py b/aqt/editor.py index a98c3380c..8eaa76d8a 100644 --- a/aqt/editor.py +++ b/aqt/editor.py @@ -21,7 +21,7 @@ from BeautifulSoup import BeautifulSoup # fixme: commit from tag area causes error -pics = ("jpg", "jpeg", "png", "tif", "tiff", "gif") +pics = ("jpg", "jpeg", "png", "tif", "tiff", "gif", "svg") audio = ("wav", "mp3", "ogg", "flac") _html = """