[PATCH 1/4] Fix HTML export template syntax

Miika Turkia miika.turkia at gmail.com
Fri Jun 6 09:48:38 PDT 2014


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

Signed-off-by: Miika Turkia <miika.turkia at gmail.com>
---
 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()"><-</button>
 		<span id="pagging"></span>
-		<button onClick="next_page()">-></button>
+		<button onClick="next_page()">-></button>
 	</div>
 	</center>
 	</div>
-- 
1.9.1



More information about the subsurface mailing list