diff --git a/scripts/system/more/more.html b/scripts/system/more/more.html
index 24435fc027..7186aa17db 100644
--- a/scripts/system/more/more.html
+++ b/scripts/system/more/more.html
@@ -165,7 +165,7 @@
-
+
@@ -188,7 +188,7 @@
document.searchbar.searchtextbox.value = search;
var pageContent = "";
- function DisplayApp(item) {
+ function displayApp(item) {
pageContent = pageContent + "
";
pageContent = pageContent + " " + item.caption + " | ";
var btn = "";