code aesthetics

This commit is contained in:
UbitUmarov
2018-11-17 21:15:36 +00:00
parent 6e98272f0d
commit bbf1ed6727

View File

@@ -290,7 +290,7 @@ namespace OpenSim.Framework
else
{
sb.Append("<string>");
EscapeToXML(e.ToString(), sb);
EscapeToXML(e, sb);
sb.Append("</string>");
}
}