mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-12 09:33:37 +02:00
2016-07-13 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug in the 'RDCart::GetXmlValue()' method that caused XML field values not to be unescaped correctly.
This commit is contained in:
@@ -1917,7 +1917,7 @@ QVariant RDCart::GetXmlValue(const QString &tag,const QString &line)
|
||||
return QVariant(value.toInt());
|
||||
}
|
||||
|
||||
return QVariant(value);
|
||||
return QVariant(RDXmlUnescape(value));
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user