Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/ep_formater_html.py
diff options
context:
space:
mode:
authorThomas Jourdan <b.vehikel@googlemail.com>2010-02-19 19:34:41 (GMT)
committer Thomas Jourdan <b.vehikel@googlemail.com>2010-02-19 19:34:41 (GMT)
commitb0abe906cc599e787393a90d612ca272d7efc636 (patch)
tree0aeaffe1b99112aac3b40d1eb396ed29e869e096 /ep_formater_html.py
parentaa1613217ccc988300a8fb77b9c9a8c7b06b57f2 (diff)
Added a layer for rendering quadtrees
Diffstat (limited to 'ep_formater_html.py')
-rw-r--r--ep_formater_html.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ep_formater_html.py b/ep_formater_html.py
index 471c5a2..e987b51 100644
--- a/ep_formater_html.py
+++ b/ep_formater_html.py
@@ -190,7 +190,7 @@ class HtmlFormater(object):
u' <br />',
) )
self._append( (
- u' <img src="' + filename + u'"' \
+ u' <img style="background-color:#000000" src="' + filename + u'"' \
+ u' width="' + unicode(width) + u'"' \
+ u' height="' + unicode(height) + u'"' \
+ u' alt="' + description + u'"'