summaryrefslogtreecommitdiffstats
path: root/source/WebAdmin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/WebAdmin.cpp')
-rw-r--r--source/WebAdmin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/WebAdmin.cpp b/source/WebAdmin.cpp
index 7d17ddc03..a81d85f5f 100644
--- a/source/WebAdmin.cpp
+++ b/source/WebAdmin.cpp
@@ -428,7 +428,7 @@ AString cWebAdmin::GetHTMLEscapedString( const AString& a_Input )
}
}
- return dst();
+ return dst;
}