add svg to images

This commit is contained in:
Damien Elmes 2012-05-11 07:03:55 +09:00
parent 9af575395e
commit 5d7dcad335

View file

@ -21,7 +21,7 @@ from BeautifulSoup import BeautifulSoup
# fixme: commit from tag area causes error # 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") audio = ("wav", "mp3", "ogg", "flac")
_html = """ _html = """