code aesthetics

0.9.1.0-post-fixes
UbitUmarov 2018-11-17 21:15:36 +00:00
parent 6e98272f0d
commit bbf1ed6727
1 changed files with 1 additions and 1 deletions

View File

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