aboutsummaryrefslogtreecommitdiffstats
path: root/web/templates
diff options
context:
space:
mode:
Diffstat (limited to 'web/templates')
-rw-r--r--web/templates/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/templates/index.html b/web/templates/index.html
index a3dec33..b3b5fe0 100644
--- a/web/templates/index.html
+++ b/web/templates/index.html
@@ -2,7 +2,7 @@
{% block main %}
<div id="image_container">
- <img id="page" src="{{page_number}}.png" usemap="#wordmap" />
+ <img id="page" src="{{page_number}}.jpg" usemap="#wordmap" />
</div>
<map name="wordmap">{% for id, coords in areas %}
<area href="#" shape="rect" coords="{{coords}}" data-id="{{id}}" />{% end %}