From 1d47c7af5766eed04c162a2580c53060fb9c284f Mon Sep 17 00:00:00 2001 From: thomassth Date: Thu, 17 Oct 2024 02:26:47 -0400 Subject: [PATCH] HTML landmarks, h1 heading --- .../js/templates/participation.handlebars | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/client-participation/js/templates/participation.handlebars b/client-participation/js/templates/participation.handlebars index 116647d932..953f67a0c0 100644 --- a/client-participation/js/templates/participation.handlebars +++ b/client-participation/js/templates/participation.handlebars @@ -6,9 +6,9 @@ {{/ifNotEmbedded}} - +
-
closed {{/unless}} - + {{/ifDefined}} {{/unless}} @@ -431,13 +431,13 @@ {{!-- end no_vis toggle wrapper --}} - + {{! END PARTICIPATION VIEW DIV }} {{! ------------ BEGIN FOOTER --------------- }} {{#unless no_footer}} -
+
{{> logo}} @@ -450,7 +450,7 @@ {{> linkPrivacy}} {{> linkTos}}
-
+ {{!--

© The Authors. 2016

@@ -466,6 +466,4 @@
--}} {{/unless}} {{! END FOOTER}} -{{! ------------ END FOOTER --------------- }} - - {{! END PARTICIPATION VIEW DIV }} +{{! ------------ END FOOTER --------------- }} \ No newline at end of file