From: Jean-Philippe Lang Date: Thu, 14 Apr 2016 18:45:36 +0000 (+0000) Subject: Add missing + signs (#22493). X-Git-Tag: 3.3.0~128 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=49176f88cb9c397bc853b1488a77a6fe97f586a4;p=redmine.git Add missing + signs (#22493). Patch by Gregor Schmidt. git-svn-id: http://svn.redmine.org/redmine/trunk@15333 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/test/unit/helpers/application_helper_test.rb b/test/unit/helpers/application_helper_test.rb index 01d91a52b..d2b195568 100644 --- a/test/unit/helpers/application_helper_test.rb +++ b/test/unit/helpers/application_helper_test.rb @@ -1166,10 +1166,10 @@ RAW '
  • Title' + '' + '
  • Subtitle
  • ' + + '' + '' + - '' + '' @project = Project.find(1) result = textilizable(raw).gsub("\n", "")