Angle brackets must be quoted when not part of an HTML tag.

Signed-off-by: Miika Turkia <[email protected]>
---
 theme/dive_export.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/theme/dive_export.html b/theme/dive_export.html
index 1c92d3a..edee464 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>
-- 
1.9.1

_______________________________________________
subsurface mailing list
[email protected]
http://lists.hohndel.org/cgi-bin/mailman/listinfo/subsurface

Reply via email to