diff options
author | UbitUmarov | 2018-11-17 21:15:36 +0000 |
---|---|---|
committer | UbitUmarov | 2018-11-17 21:15:36 +0000 |
commit | bbf1ed672709a9a5fadae20b6a02a2b801e0c153 (patch) | |
tree | bfd93a3e25fbd3c05b06122c762490a68682fc2d | |
parent | code aesthetics (diff) | |
download | opensim-SC-bbf1ed672709a9a5fadae20b6a02a2b801e0c153.zip opensim-SC-bbf1ed672709a9a5fadae20b6a02a2b801e0c153.tar.gz opensim-SC-bbf1ed672709a9a5fadae20b6a02a2b801e0c153.tar.bz2 opensim-SC-bbf1ed672709a9a5fadae20b6a02a2b801e0c153.tar.xz |
code aesthetics
-rw-r--r-- | OpenSim/Framework/LLSDxmlEncode.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/LLSDxmlEncode.cs b/OpenSim/Framework/LLSDxmlEncode.cs index 35fc964..ed0993d 100644 --- a/OpenSim/Framework/LLSDxmlEncode.cs +++ b/OpenSim/Framework/LLSDxmlEncode.cs | |||
@@ -290,7 +290,7 @@ namespace OpenSim.Framework | |||
290 | else | 290 | else |
291 | { | 291 | { |
292 | sb.Append("<string>"); | 292 | sb.Append("<string>"); |
293 | EscapeToXML(e.ToString(), sb); | 293 | EscapeToXML(e, sb); |
294 | sb.Append("</string>"); | 294 | sb.Append("</string>"); |
295 | } | 295 | } |
296 | } | 296 | } |