diff --git a/html5/verto/demo/verto.js b/html5/verto/demo/verto.js
index de27cabbb1..e8cc456867 100644
--- a/html5/verto/demo/verto.js
+++ b/html5/verto/demo/verto.js
@@ -115,7 +115,7 @@ var callbacks = {
var body = data.body;
if (body.match(/\.gif|\.jpg|\.jpeg|\.png/)) {
- body = body.replace(/(http[s]{0,1}:\/\/\S+)/g, "$1
<\/a>");
+ body = body.replace(/(http[s]{0,1}:\/\/\S+)/g, "$1
<\/a>");
} else {
body = body.replace(/(http[s]{0,1}:\/\/\S+)/g, "$1<\/a>");
}