mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +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>
|
</div>
|
||||||
<center>
|
<center>
|
||||||
<div id="controller">
|
<div id="controller">
|
||||||
<button onClick="prev_page()"><-</button>
|
<button onClick="prev_page()"><-</button>
|
||||||
<span id="pagging"></span>
|
<span id="pagging"></span>
|
||||||
<button onClick="next_page()">-></button>
|
<button onClick="next_page()">-></button>
|
||||||
</div>
|
</div>
|
||||||
</center>
|
</center>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Reference in a new issue