[babl] Fix babl-stats page encoding for Firefox



commit 5ab09720d9a237b6d4bddd86487099ee4b5b96af
Author: Daniel Sabo <DanielSabo gmail com>
Date:   Sun Dec 9 12:48:32 2012 -0800

    Fix babl-stats page encoding for Firefox
    
    Add <meta Content-Type> to babl-stats.html so Firefox renders
    it with the correct encoding.

 babl/babl-fish-stats.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/babl/babl-fish-stats.c b/babl/babl-fish-stats.c
index ccd4037..9c6d52e 100644
--- a/babl/babl-fish-stats.c
+++ b/babl/babl-fish-stats.c
@@ -308,7 +308,7 @@ babl_fish_stats (FILE *file)
            "<html>\n"
            "<head>\n"
            "<title>BablFishPath introspection</title>\n"
-
+           "<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\">\n"
            "<style type='text/css'>"
            " body {"
            "   font-family: sans;"


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]