From 54604d1fe3ba1411ad78d55dd84840927837cc32 Mon Sep 17 00:00:00 2001
From: Toke Eskildsen <te@ekot.dk>
Date: Wed, 4 Dec 2013 13:56:03 +0100
Subject: [PATCH] Forgot to add the updated template for histogram data

---
 image_template.html | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/image_template.html b/image_template.html
index 1f747aa..4a6e16c 100644
--- a/image_template.html
+++ b/image_template.html
@@ -132,5 +132,10 @@ ${ALTO_ELEMENTS_HTML}
     }});
 </script>
 
+<h2>Full histogram data</h2>
+<pre>
+${GREY_ALL}
+</pre>
+
 </body>
 </html>
-- 
GitLab