Skip to content

Commit

Permalink
Ticket #136 - Fix for   showing up in raw text export
Browse files Browse the repository at this point in the history
  • Loading branch information
OscarGodson committed Jun 28, 2012
1 parent 725659d commit ce59ea0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions epiceditor/js/epiceditor.js
Original file line number Diff line number Diff line change
Expand Up @@ -1132,6 +1132,7 @@
content = content.replace(/\u00a0/g, ' ').replace(/ /g, ' ');
return self.settings.parser(content);
case 'text':
content = content.replace(/ /g, ' ');
return content;
default:
return content;
Expand Down
Loading

0 comments on commit ce59ea0

Please sign in to comment.