]> spindle.queued.net Git - midori/commitdiff
Colons after each video format in about:version
authorChristian Dywan <christian@twotoasts.de>
Mon, 31 Oct 2011 23:28:41 +0000 (00:28 +0100)
committerChristian Dywan <christian@twotoasts.de>
Mon, 31 Oct 2011 23:28:41 +0000 (00:28 +0100)
midori/midori-view.c

index d3837811a679dd6de0c596280a0a4602c8045308..146591b5d68466d6eed20545b6f3e1b49e855a21 100644 (file)
@@ -3655,11 +3655,11 @@ list_video_formats ()
         "var supported = function (format) { "
         "var video = document.createElement('video');"
         "return !!video.canPlayType && video.canPlayType (format) != 'no' };"
-        "' H264 ' + "
+        "' H264: ' + "
         "supported('video/mp4; codecs=\"avc1.42E01E, mp4a.40.2\"') + "
-        "' Ogg Theora ' + "
+        "' Ogg Theora: ' + "
         "supported('video/ogg; codecs=\"theora, vorbis\"') + "
-        "' WebM ' + "
+        "' WebM: ' + "
         "supported('video/webm; codecs=\"vp8, vorbis\"')"
         "", NULL);
     gtk_widget_destroy (web_view);