summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2010-09-30 13:01:30 +0000
committerTed Trask <ttrask01@yahoo.com>2010-09-30 13:01:30 +0000
commitb13bbb83874cc49622d4286c7f8115f92236aeb9 (patch)
tree8cf381226bff66ed1c91a518a891abeb8aa5dc21
parent3f228f47ee662543db2e733fcd709c77b2b431df (diff)
downloadacf-freeswitch-vmail-b13bbb83874cc49622d4286c7f8115f92236aeb9.tar.bz2
acf-freeswitch-vmail-b13bbb83874cc49622d4286c7f8115f92236aeb9.tar.xz
Fixed spacing issue in view
-rw-r--r--vmail-editusersettings-html.lsp2
1 files changed, 1 insertions, 1 deletions
diff --git a/vmail-editusersettings-html.lsp b/vmail-editusersettings-html.lsp
index d8acbc6..e5f630c 100644
--- a/vmail-editusersettings-html.lsp
+++ b/vmail-editusersettings-html.lsp
@@ -2,7 +2,7 @@
require("viewfunctions")
%>
-<H1>Settings for <%= html.html_escape(form.value.firstname.value) %> <%= html.html_escape(form.value.lastname.value) %> (<%= html.html_escape(form.value.username.value) %>)</H1>
+<H1>Settings for <%= html.html_escape(form.value.firstname.value).." "..html.html_escape(form.value.lastname.value) %> (<%= html.html_escape(form.value.username.value) %>)</H1>
<%
form.action = page_info.script .. page_info.prefix .. page_info.controller .. "/" .. page_info.action
if page_info.action ~= "createuser" then