From b0ed9257e5761e7b7cd4d0d1f2be813417183c35 Mon Sep 17 00:00:00 2001
From: Joe Gordon
Date: Thu, 30 Jan 2014 16:22:20 -0800
Subject: [PATCH] Remove extra '%' in uncategorized template
Time isn't a percent so don't add % after timestamp
Change-Id: I19a1e0d0062ffba082f05a21d4eecd61964c6a84
---
web/share/templates/uncategorized.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/web/share/templates/uncategorized.html b/web/share/templates/uncategorized.html
index 43f2d393..71084194 100644
--- a/web/share/templates/uncategorized.html
+++ b/web/share/templates/uncategorized.html
@@ -21,7 +21,7 @@ Overall Categorization Rate: {{ rate['overall'] }}%
Total: {{ total }} - Found: {{ count }} = Unclassifed: {{ uncounted }}
- Generated at: {{ generated_at }}%
+ Generated at: {{ generated_at }}
{% for job in jobs %}