[Xfce4-commits] <midori:master> Colons after each video format in about:version

Christian Dywan noreply at xfce.org
Tue Nov 1 00:32:01 CET 2011


Updating branch refs/heads/master
         to 686fee50b7b147481d7c3a298ddd7669eb12e811 (commit)
       from 8dd92c59a708555b19d2b11a20db40481dd0d564 (commit)

commit 686fee50b7b147481d7c3a298ddd7669eb12e811
Author: Christian Dywan <christian at twotoasts.de>
Date:   Tue Nov 1 00:28:41 2011 +0100

    Colons after each video format in about:version

 midori/midori-view.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/midori/midori-view.c b/midori/midori-view.c
index d383781..146591b 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);


More information about the Xfce4-commits mailing list