[Xfce4-commits] <midori:master> Use <code> tags in about:version and :paths

Christian Dywan noreply at xfce.org
Wed Sep 12 14:14:03 CEST 2012


Updating branch refs/heads/master
         to ca07fe3cec09fc8d4183ed3cf2e62db9b5616ebd (commit)
       from 4b533d2f5198b3e2036da15c456563fdd5807c77 (commit)

commit ca07fe3cec09fc8d4183ed3cf2e62db9b5616ebd
Author: Christian Dywan <christian at twotoasts.de>
Date:   Wed Sep 12 00:36:31 2012 +0200

    Use <code> tags in about:version and :paths

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

diff --git a/midori/midori-view.c b/midori/midori-view.c
index 21b42b8..422591b 100644
--- a/midori/midori-view.c
+++ b/midori/midori-view.c
@@ -4369,11 +4369,11 @@ midori_view_set_uri (MidoriView*  view,
                 gchar* res_dir = midori_paths_get_res_filename ("");
                 gchar* lib_dir = midori_paths_get_lib_path (PACKAGE_NAME);
                 data = g_strdup_printf ("<body><h1>%s</h1>"
-                    "<p>config: %s</p>"
-                    "<p>res: %s</p>"
-                    "<p>lib: %s</p>"
-                    "<p>cache: %s</p>"
-                    "<p>tmp: %s</p>"
+                    "<p>config: <code>%s</code></p>"
+                    "<p>res: <code>%s</code></p>"
+                    "<p>lib: <code>%s</code></p>"
+                    "<p>cache: <code>%s</code></p>"
+                    "<p>tmp: <code>%s</code></p>"
                     "</body>",
                     uri, midori_paths_get_config_dir (), res_dir,
                     lib_dir, midori_paths_get_cache_dir (), midori_paths_get_tmp_dir ());
@@ -4401,7 +4401,7 @@ midori_view_set_uri (MidoriView*  view,
                     "<tr><td>libnotify</td><td>%s</td></tr>",
                     "<tr><td>single instance</td><td>%s</td></tr>",
                     "<tr><td>Platform</td><td>%s ", "%s ", "%s</td></tr>",
-                    "<tr><td>Identification</td><td>%s</td></tr>",
+                    "<tr><td>Identification</td><td><code>%s</code></td></tr>",
                     "<tr><td>Video Formats</td><td>%s</td></tr>",
                 };
                 gchar const* version_strings[] = {
@@ -4436,7 +4436,7 @@ midori_view_set_uri (MidoriView*  view,
                     "<img src=\"res://logo-shade.png\" "
                     "style=\"position: absolute; right: 15px; bottom: 15px; z-index: -9;\">"
                     "<table>"
-                    "<tr><td>Command line</td><td>%s</td></tr>"
+                    "<tr><td>Command line</td><td><code>%s</code></td></tr>"
                     "<tr><td>Midori</td><td>%s (%s)</td></tr>"
                     "<tr><td>GTK+</td><td>%d.%d.%d (%d.%d.%d)"
                     "   Glib %d.%d.%d (%d.%d.%d)</td></tr>"


More information about the Xfce4-commits mailing list