diff --git a/OpenSim/Region/Application/OpenSimBase.cs b/OpenSim/Region/Application/OpenSimBase.cs
index e28bc9afef..7bc0b77c4b 100644
--- a/OpenSim/Region/Application/OpenSimBase.cs
+++ b/OpenSim/Region/Application/OpenSimBase.cs
@@ -70,14 +70,14 @@ namespace OpenSim
protected bool m_autoCreateClientStack = true;
- ///
+ ///
/// The file used to load and save prim backup xml if no filename has been specified
- ///
+ ///
protected const string DEFAULT_PRIM_BACKUP_FILENAME = "prim-backup.xml";
- ///
+ ///
/// The file used to load and save an opensimulator archive if no filename has been specified
- ///
+ ///
protected const string DEFAULT_OAR_BACKUP_FILENAME = "region.oar";
public ConfigSettings ConfigurationSettings