Be less technical regarding missing HTML5 video support
authorBernie Innocenti <bernie@codewiz.org>
Mon, 17 Aug 2009 20:36:16 +0000 (22:36 +0200)
committerBernie Innocenti <bernie@codewiz.org>
Mon, 17 Aug 2009 20:36:16 +0000 (22:36 +0200)
geekigeeki.py

index 1dda0ca341bb94b37a32a68dcfeb7f6262dfdb4f..36083f7845f9151549ab19db12e07750731cc056 100755 (executable)
@@ -227,7 +227,7 @@ def link_inline(name, descr=None, kvargs={}):
     if not descr: descr = humanlink(name)
     url = relative_url(name)
     if video_re.match(name):
-        return '<video controls="1" src="%s">Your browser does not support the HTML5 video tag</video>' % url
+        return '<video controls="1" src="%s">Your browser does not support HTML5 video</video>' % url
     elif image_re.match(name):
         return '<a href="%s"><img border="0" src="%s" alt="%s" /></a>' % (url, url + url_args(kvargs), descr)
     elif file_re.match(name) and not ext_re.search(name): # FIXME: this guesses a wiki page