Skip to content
Snippets Groups Projects
Commit 963acbb2 authored by Tim Steiner's avatar Tim Steiner
Browse files

Fix to stop showing formatting changes in mce fields.

parent fb840692
No related branches found
No related tags found
No related merge requests found
diff -ruN Text/Diff/Renderer/inline.php Text.new/Diff/Renderer/inline.php
--- Text/Diff/Renderer/inline.php 2007-09-25 16:54:28.399171218 -0500
+++ Text.new/Diff/Renderer/inline.php 2007-09-25 16:54:51.153562651 -0500
@@ -149,7 +149,7 @@
function _encode(&$string)
{
- $string = htmlspecialchars($string);
+ // $string = htmlspecialchars($string);
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment