diff --git a/app/views/guidance_groups/admin_edit.html.erb b/app/views/guidance_groups/admin_edit.html.erb
index ca6bf47..23ff6e3 100644
--- a/app/views/guidance_groups/admin_edit.html.erb
+++ b/app/views/guidance_groups/admin_edit.html.erb
@@ -11,7 +11,7 @@
<%= f.label _('Name'), for: :name %>
<%= f.text_field :name, as: :string, class: 'input-medium required' %>
@@ -35,7 +35,7 @@
<%= f.label _('Optional Subset'), for: :optional_subset %>
<%= f.check_box :optional_subset %> <%= _('e.g. School/ Department') %>
diff --git a/app/views/guidance_groups/admin_new.html.erb b/app/views/guidance_groups/admin_new.html.erb
index 9639991..2303226 100644
--- a/app/views/guidance_groups/admin_new.html.erb
+++ b/app/views/guidance_groups/admin_new.html.erb
@@ -11,7 +11,7 @@
<%= f.label _('Name'), for: :name %>
<%= f.text_field :name, as: :string, class: "input-medium required" %>
@@ -20,7 +20,7 @@
<%= f.label _('Optional Subset'), for: :optional_subset %>
<%= f.check_box :optional_subset %> <%= _('e.g. School/ Department') %>
diff --git a/app/views/guidances/admin_edit.html.erb b/app/views/guidances/admin_edit.html.erb
index 0f979ef..bd9771a 100644
--- a/app/views/guidances/admin_edit.html.erb
+++ b/app/views/guidances/admin_edit.html.erb
@@ -12,7 +12,7 @@
<%= text_area_tag("guidance-text", @guidance.text, class: "tinymce") %>
<% lbl = %>
-
diff --git a/app/views/guidances/admin_new.html.erb b/app/views/guidances/admin_new.html.erb
index 1589ebf..13a3cb7 100644
--- a/app/views/guidances/admin_new.html.erb
+++ b/app/views/guidances/admin_new.html.erb
@@ -13,7 +13,7 @@
<%= text_area_tag("guidance-text", "", class: "tinymce") %>
<% lbl = _('Enter your guidance here. You can include links where needed.') %>
-
diff --git a/app/views/phases/_edit_phase.html.erb b/app/views/phases/_edit_phase.html.erb
index 341fa1e..5cd86ed 100644
--- a/app/views/phases/_edit_phase.html.erb
+++ b/app/views/phases/_edit_phase.html.erb
@@ -26,7 +26,7 @@
<%= text_area_tag("phase-desc", phase.description, class: "tinymce") %>
diff --git a/app/views/phases/admin_add.html.erb b/app/views/phases/admin_add.html.erb
index ba71058..61ff15e 100644
--- a/app/views/phases/admin_add.html.erb
+++ b/app/views/phases/admin_add.html.erb
@@ -41,7 +41,7 @@
<%= f.label :description %>
<%= text_area_tag("phase-desc","" , class: "tinymce") %>
-
"
aria-label="<%= _('More information: Phase descriptions') %>">
diff --git a/app/views/questions/_add_question.html.erb b/app/views/questions/_add_question.html.erb
index f5124f9..35a70fe 100644
--- a/app/views/questions/_add_question.html.erb
+++ b/app/views/questions/_add_question.html.erb
@@ -43,7 +43,7 @@
{}, class: "question_format" %>
-
@@ -123,7 +123,7 @@
<%= text_area_tag(:example_answer, "", class: "tinymce") %>
-
@@ -140,7 +140,7 @@
<%= text_area_tag(:guidance, "", class: "tinymce") %>
diff --git a/app/views/questions/_edit_question.html.erb b/app/views/questions/_edit_question.html.erb
index 4cda8a4..a37a2d5 100644
--- a/app/views/questions/_edit_question.html.erb
+++ b/app/views/questions/_edit_question.html.erb
@@ -38,7 +38,7 @@
{}, class: "question_format", id: "#{question.id}-select-format"%>
-
- text area (large box for paragraphs); - text field (for a short answer); - checkboxes where options are presented in a list and multiple values can be selected; - radio buttons where options are presented in a list but only one can be selected; - dropdown like this box - only one option can be selected; - multiple select box allows users to select several options from a scrollable list, using the CTRL key;") %>"
aria-label="<%= _('More information: Answer format') %>">
@@ -55,7 +55,7 @@
<%= _('Text')%> |
<%= _('Default')%> |
-
@@ -100,7 +100,7 @@
-
@@ -127,7 +127,7 @@
<% end %>
-
@@ -146,7 +146,7 @@
<%= text_area_tag("question-guidance-#{question.id}", guidance_text , class: "tinymce") %>
diff --git a/app/views/sections/_edit_section.html.erb b/app/views/sections/_edit_section.html.erb
index a177670..79a641d 100644
--- a/app/views/sections/_edit_section.html.erb
+++ b/app/views/sections/_edit_section.html.erb
@@ -20,7 +20,7 @@
<%= s.label :description %>
<%= text_area_tag("section-desc-#{section.id}", section.description , class: "tinymce") %>
diff --git a/app/views/templates/_edit_annotations.html.erb b/app/views/templates/_edit_annotations.html.erb
index 98d877a..03ad822 100644
--- a/app/views/templates/_edit_annotations.html.erb
+++ b/app/views/templates/_edit_annotations.html.erb
@@ -59,7 +59,7 @@
<% end %>
@@ -76,7 +76,7 @@
<%= text_area_tag("question-guidance-#{question.id}", question.guidance , class: "tinymce") %>
diff --git a/app/views/templates/_edit_template.html.erb b/app/views/templates/_edit_template.html.erb
index d119010..1037259 100644
--- a/app/views/templates/_edit_template.html.erb
+++ b/app/views/templates/_edit_template.html.erb
@@ -12,7 +12,7 @@
<%= f.label _('Description'), for: template.description %>
<%= text_area_tag("template-desc", template.description, class: "input-large tinymce") %>
diff --git a/app/views/templates/admin_new.html.erb b/app/views/templates/admin_new.html.erb
index fad342a..c7f63df 100644
--- a/app/views/templates/admin_new.html.erb
+++ b/app/views/templates/admin_new.html.erb
@@ -29,7 +29,7 @@
<%= text_area_tag("template-desc", "", class: "tinymce") %>
|