diff website/issues/html/_generic.help-list.html @ 8402:2af261671cd0

fix: remove unclosed opening form tag. Same form tag is duplicated later in document.
author John Rouillard <rouilj@ieee.org>
date Sun, 10 Aug 2025 20:23:02 -0400
parents 28aa76443f58
children
line wrap: on
line diff
--- a/website/issues/html/_generic.help-list.html	Sun Aug 10 20:18:30 2025 -0400
+++ b/website/issues/html/_generic.help-list.html	Sun Aug 10 20:23:02 2025 -0400
@@ -25,7 +25,6 @@
 
   <tal:if condition="context/is_view_ok">
   <tal:def define="batch request/batch;">
-  <form name=dummyform>
     <table width="100%"
       tal:define="template string:help-list"
       metal:use-macro="templates/help/macros/batch_navi"
@@ -42,7 +41,7 @@
       </tr>
      </table>
 
-  <form name=dummyform>
+  <form name="dummyform">
   <table class="classhelp"
     tal:define="
        props python:request.form['properties'].value.split(',');

Roundup Issue Tracker: http://roundup-tracker.org/