Skip to content

Commit

Permalink
Added <p> tags to better support some themes
Browse files Browse the repository at this point in the history
  • Loading branch information
RosselloAzcom committed Jan 11, 2020
1 parent 86de72c commit d7bb08c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!-- replace 'ul li:last-of-type' namespaced -->
<div class="custom box">
<h3 class="cf_<%= custom_field.id %>"><%= custom_field.name %></h3>
<%= formatted %>
<p><%= formatted %></p>
</div>
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!-- replace 'ul li:first-of-type' namespaced -->
<div class="homepage box">
<h3><%=l(:field_homepage)%></h3>
<%= link_to_if uri_with_safe_scheme?(@project.homepage), @project.homepage, @project.homepage %>
<p><%= link_to_if uri_with_safe_scheme?(@project.homepage), @project.homepage, @project.homepage %></p>
</div>
2 changes: 1 addition & 1 deletion init.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
name 'Redmine Better Project Overview plugin'
author 'Massimo Rossello'
description 'Displays a better project overview'
version '1.0.0'
version '1.0.1'
url 'https://github.com/maxrossello/redmine_better_overview.git'
author_url 'https://github.com/maxrossello'
requires_redmine :version_or_higher => '4.0.0'
Expand Down

0 comments on commit d7bb08c

Please sign in to comment.