mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-17 20:16:16 +00:00
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>
This commit is contained in:
parent
7c9e6cac2e
commit
8432e23c09
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue