summaryrefslogtreecommitdiffstats
path: root/theme/dive_export.html
diff options
context:
space:
mode:
authorGravatar Miika Turkia <miika.turkia@gmail.com>2014-06-06 19:48:38 +0300
committerGravatar Dirk Hohndel <dirk@hohndel.org>2014-06-06 10:17:07 -0700
commit8432e23c0954c9126c43c8038400f1c2312ee604 (patch)
treebafefc5043ec064703c1b5dd24418ced2e6aedad /theme/dive_export.html
parent7c9e6cac2eda2ea66e63610b984dfcea0b8ad941 (diff)
downloadsubsurface-8432e23c0954c9126c43c8038400f1c2312ee604.tar.gz
Fix HTML export template syntax
Angle brackets must be quoted when not part of an HTML tag. Signed-off-by: Miika Turkia <miika.turkia@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'theme/dive_export.html')
-rw-r--r--theme/dive_export.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/theme/dive_export.html b/theme/dive_export.html
index 1c92d3a55..edee4645a 100644
--- a/theme/dive_export.html
+++ b/theme/dive_export.html
@@ -129,9 +129,9 @@ function changeAdvSearch(e){
</div>
<center>
<div id="controller">
- <button onClick="prev_page()"><-</button>
+ <button onClick="prev_page()">&lt;-</button>
<span id="pagging"></span>
- <button onClick="next_page()">-></button>
+ <button onClick="next_page()">-&gt;</button>
</div>
</center>
</div>