Changeset - 3932a4575f15
[Not reviewed]
0 1 0
Bradley Kuhn (bkuhn) - 8 years ago 2015-12-26 14:50:26
bkuhn@ebb.org
validator did not like this:

Element form not allowed as child of element span in this
context. (Suppressing further errors from this subtree.)

So, I moved the id into the form rather than a span.
1 file changed with 1 insertions and 4 deletions:
0 comments (0 inline, 0 general)
www/conservancy/templates/frontpage.html
Show inline comments
...
 
@@ -51,4 +51,3 @@
 

	
 
    <span id="subbox">
 
        <form method="post" action="https://lists.sfconservancy.org/mailman/subscribe/announce">
 
        <form id="subbox" method="post" action="https://lists.sfconservancy.org/mailman/subscribe/announce">
 
          You can also subscribe to Conservancy's low-traffic email announce
...
 
@@ -58,4 +57,2 @@
 
        </form>
 
      </span>
 

	
 
</div>
0 comments (0 inline, 0 general)