mirror of
https://github.com/ether/etherpad-lite.git
synced 2026-05-08 05:36:09 +02:00
fix closing of </title> tag
This commit is contained in:
parent
03d5acfd0c
commit
01c71085e4
@ -157,7 +157,7 @@ exports.doImport = function(req, res, padId)
|
||||
text = _text;
|
||||
// Title needs to be stripped out else it appends it to the pad..
|
||||
text = text.replace("<title>", "<!-- <title>");
|
||||
text = text.replace("</title>-->");
|
||||
text = text.replace("</title>","</title>-->");
|
||||
|
||||
//node on windows has a delay on releasing of the file lock.
|
||||
//We add a 100ms delay to work around this
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user