alessandro trinca tornidor commited on
Commit
bfec55c
1 Parent(s): 74a35d9

fix: frontend main.html, use right closing tag for buttonNext

Browse files
Files changed (1) hide show
  1. templates/main.html +3 -2
templates/main.html CHANGED
@@ -114,7 +114,8 @@
114
 
115
  <div id="nextButtonDiv" style="position: absolute; left: 90%; top:0%; height: 100%;" class="flex-container">
116
  <button id="buttonNext" class="expanded button-next" onclick="javascript:getNextSample()">
117
- <span></span></a>
 
118
  </div>
119
  </div>
120
 
@@ -178,4 +179,4 @@
178
 
179
 
180
 
181
- </html>
 
114
 
115
  <div id="nextButtonDiv" style="position: absolute; left: 90%; top:0%; height: 100%;" class="flex-container">
116
  <button id="buttonNext" class="expanded button-next" onclick="javascript:getNextSample()">
117
+ <span></span>
118
+ </button>
119
  </div>
120
  </div>
121
 
 
179
 
180
 
181
 
182
+ </html>