From 9cbb93099faebd80cc44d68c818fb9e4e985950e Mon Sep 17 00:00:00 2001 From: lassulus Date: Thu, 7 Nov 2013 14:10:04 +0100 Subject: webchat: now with links --- webchat/hello_web.js | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'webchat/hello_web.js') diff --git a/webchat/hello_web.js b/webchat/hello_web.js index 9bcb70d0..da30f357 100644 --- a/webchat/hello_web.js +++ b/webchat/hello_web.js @@ -105,8 +105,11 @@ var app = connect() page_template+='
'; page_template+='hello, this is the official krebs support:
\n'; page_template+='
\n'; - page_template+='
'; - page_template+=''; + page_template+=''; + page_template+='
'; res.end(page_template); }) -- cgit v1.2.3