From 337da2a7a3e330d465aef421e51729bb3df03244 Mon Sep 17 00:00:00 2001 From: Jeff Ames Date: Sat, 1 Nov 2008 07:21:40 +0000 Subject: Update svn properties, minor formatting cleanup. --- OpenSim/ApplicationPlugins/Rest/Inventory/RestAssetServices.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'OpenSim/ApplicationPlugins/Rest/Inventory/RestAssetServices.cs') diff --git a/OpenSim/ApplicationPlugins/Rest/Inventory/RestAssetServices.cs b/OpenSim/ApplicationPlugins/Rest/Inventory/RestAssetServices.cs index bb76c1f..35c6de9 100644 --- a/OpenSim/ApplicationPlugins/Rest/Inventory/RestAssetServices.cs +++ b/OpenSim/ApplicationPlugins/Rest/Inventory/RestAssetServices.cs @@ -309,7 +309,7 @@ namespace OpenSim.ApplicationPlugins.Rest.Inventory { if (modified) { - rdata.appendStatus(String.Format("

Modified asset {0}, UUID {1}

", asset.Name, asset.FullID)); + rdata.appendStatus(String.Format("

Modified asset {0}, UUID {1}

", asset.Name, asset.FullID)); rdata.Complete(Rest.HttpStatusCodeOK); } else @@ -376,7 +376,7 @@ namespace OpenSim.ApplicationPlugins.Rest.Inventory { if (modified) { - rdata.appendStatus(String.Format("

Modified asset {0}, UUID {1}

", asset.Name, asset.FullID)); + rdata.appendStatus(String.Format("

Modified asset {0}, UUID {1}

", asset.Name, asset.FullID)); rdata.Complete(Rest.HttpStatusCodeOK); } else -- cgit v1.1