Project

General

Profile

Actions

Defect #29912

closed

Missing closing tag in app/views/roles/_form.html.erb

Added by Vincent Robert over 5 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
Code cleanup/refactoring
Target version:
Start date:
Due date:
% Done:

0%

Estimated time:
Resolution:
Fixed
Affected version:

Description

Just find a missing html tag in roles/_form.html.erb. A paragraph <p> is not closed.

diff --git a/app/views/roles/_form.html.erb b/app/views/roles/_form.html.erb
index d87c6a16b..4a49d53de 100644
--- a/app/views/roles/_form.html.erb
+++ b/app/views/roles/_form.html.erb
@@ -36,6 +36,7 @@
         </label>
       <% end %>
       <%= hidden_field_tag 'role[managed_role_ids][]', '' %>
+    </p>
   <% end %>

   <% if @role.new_record? && @roles.any? %>

Files

add_missing_tag.diff (370 Bytes) add_missing_tag.diff Vincent Robert, 2018-11-05 14:10
Actions #1

Updated by Go MAEDA over 5 years ago

  • Tracker changed from Patch to Defect
  • Subject changed from Add missing HTML closing tag to Missing closing tag in app/views/roles/_form.html.erb
  • Assignee set to Go MAEDA
  • Target version set to 4.0.0
  • Resolution set to Fixed

Committed. Thank you for reporting the issue.

Actions #2

Updated by Go MAEDA over 5 years ago

  • Status changed from New to Closed
Actions

Also available in: Atom PDF