From: Christian Dywan Date: Mon, 31 Oct 2011 23:28:41 +0000 (+0100) Subject: Colons after each video format in about:version X-Git-Url: https://spindle.queued.net/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=686fee50b7b147481d7c3a298ddd7669eb12e811;p=midori Colons after each video format in about:version --- diff --git a/midori/midori-view.c b/midori/midori-view.c index d3837811..146591b5 100644 --- a/midori/midori-view.c +++ b/midori/midori-view.c @@ -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);