mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-11 09:03:40 +02:00
2016-05-26 Fred Gleason <fredg@paravelsystems.com>
* Documented the '--escape-string' switch in 'docs/docbook/rdexport.xml'.
This commit is contained in:
@@ -381,7 +381,6 @@ QString MainObject::SanitizePath(const QString &pathname) const
|
||||
ret.replace(":",export_escape_string);
|
||||
ret.replace("<",export_escape_string);
|
||||
ret.replace(">",export_escape_string);
|
||||
ret.replace(":",export_escape_string);
|
||||
ret.replace("\"",export_escape_string);
|
||||
ret.replace("\\",export_escape_string);
|
||||
ret.replace("|",export_escape_string);
|
||||
|
Reference in New Issue
Block a user