mirror of
https://github.com/icecoder/ICEcoder.git
synced 2026-03-07 17:16:47 +01:00
</textarea> in content fix
Reverse the string replacement to ensure </textarea> is shown in content as intended
This commit is contained in:
@@ -77,6 +77,7 @@ var ICEcoder = {
|
||||
cM = ICEcoder.getcMInstance();
|
||||
content = cM.getValue();
|
||||
content = content.replace(' & ',' & ');
|
||||
content = content.replace('<ICEcoder:/:textarea>','</textarea>');
|
||||
|
||||
// Then set the content in the editor & clear the history
|
||||
cM.setValue(content);
|
||||
|
||||
Reference in New Issue
Block a user