From 89055383cc321a313ce92e0a1d4a351cb549a6a4 Mon Sep 17 00:00:00 2001 From: Dan Vanderkam <danvk@google.com> Date: Tue, 3 Jan 2012 17:03:18 -0500 Subject: [PATCH] explicitly set charset=UTF-8 on docs; fixes Usage Gallery display issue. --- docs/index.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/index.html b/docs/index.html index 73bae27..bf5b5fa 100644 --- a/docs/index.html +++ b/docs/index.html @@ -2,6 +2,8 @@ <html> <head> <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7; IE=EmulateIE9"> + <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> + <title>dygraphs JavaScript Visualization Library</title> <!--[if IE]> <script type="text/javascript" src="excanvas.js"></script> @@ -642,6 +644,8 @@ public static native JavaScriptObject drawDygraph( </span></li> <li><a href="http://ngrams.cavorite.com/">n-gramas - Explore las tendencias en los artÃculos periodÃsticos de Colombia.</a><br/> + + <span class="desc">(English: "Explore trends in newspaper articles of Colombia"). dygraphs is used for displaying the results of this n-grams viewer. Uses an extension for exporting the plots as PNG images -- 2.7.4