Author: humbedooh
Date: Mon Sep  2 12:22:53 2019
New Revision: 1866276

URL: http://svn.apache.org/viewvc?rev=1866276&view=rev
Log:
revert now that CSS is fixed

Modified:
    comdev/reporter.apache.org/trunk/site/wizard/js/source/unified.js
    comdev/reporter.apache.org/trunk/site/wizard/js/wizard-beta.js

Modified: comdev/reporter.apache.org/trunk/site/wizard/js/source/unified.js
URL: 
http://svn.apache.org/viewvc/comdev/reporter.apache.org/trunk/site/wizard/js/source/unified.js?rev=1866276&r1=1866275&r2=1866276&view=diff
==============================================================================
--- comdev/reporter.apache.org/trunk/site/wizard/js/source/unified.js (original)
+++ comdev/reporter.apache.org/trunk/site/wizard/js/source/unified.js Mon Sep  
2 12:22:53 2019
@@ -48,7 +48,7 @@ function UnifiedEditor_highlight_section
         
         // Sections are marked light green
         hilites.push({
-            highlight: additional_text.replace(/\r?\n$/, ''),
+            highlight: additional_text,
             className: color
             });
     }

Modified: comdev/reporter.apache.org/trunk/site/wizard/js/wizard-beta.js
URL: 
http://svn.apache.org/viewvc/comdev/reporter.apache.org/trunk/site/wizard/js/wizard-beta.js?rev=1866276&r1=1866275&r2=1866276&view=diff
==============================================================================
--- comdev/reporter.apache.org/trunk/site/wizard/js/wizard-beta.js (original)
+++ comdev/reporter.apache.org/trunk/site/wizard/js/wizard-beta.js Mon Sep  2 
12:22:53 2019
@@ -3338,7 +3338,7 @@ function UnifiedEditor_highlight_section
         
         // Sections are marked light green
         hilites.push({
-            highlight: additional_text.replace(/\r?\n$/, ''),
+            highlight: additional_text,
             className: color
             });
     }


Reply via email to