Module: sip-router Branch: master Commit: b6e2a5c152de3f13251bca6a4f52f8bc9f725018 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=b6e2a5c1...
Author: Ovidiu Sas osas@voipembedded.com Committer: Ovidiu Sas osas@voipembedded.com Date: Fri Feb 15 12:08:20 2013 -0500
xhttp_rpc: cosmetic updates to header's web page
---
modules/xhttp_rpc/xhttp_rpc_fnc.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/modules/xhttp_rpc/xhttp_rpc_fnc.c b/modules/xhttp_rpc/xhttp_rpc_fnc.c index 5c9ffbd..b25405e 100644 --- a/modules/xhttp_rpc/xhttp_rpc_fnc.c +++ b/modules/xhttp_rpc/xhttp_rpc_fnc.c @@ -142,7 +142,7 @@ static const str XHTTP_RPC_Response_Title_Table_1 = str_init(\ "<tr bgcolor="#BBDDFF">"\ "<td colspan=2 valign="top" align="left" bgcolor="#EFF7FF" width="100%%">"\ "<br/><h2 align="center">"); -static const str XHTTP_RPC_Response_Title_Table_2 = str_init(" RPC Interface</h2>"\ +static const str XHTTP_RPC_Response_Title_Table_2 = str_init(": RPC Interface</h2>"\ "<p align="center">"); static const str XHTTP_RPC_Response_Title_Table_4 = str_init("</p><br/></td></tr></table>\n<center>\n");
@@ -199,7 +199,7 @@ static const str XHTTP_RPC_Response_Foot = str_init(\ "<span style='margin-left:5px;'></span>"\ "<a href="http://sip-router.org%5C%22%3ESIP Router web site</a> .:. "\ "<a href="http://www.kamailio.org%5C%22%3EKamailio web site</a><br/>"\ - "Copyright © 2011 <a href="http://www.voipembedded.com/%5C%22%3EVoIP Embedded</a>"\ + "Copyright © 2011-2013 <a href="http://www.voipembedded.com/%5C%22%3EVoIP Embedded</a>"\ ". All rights reserved."\ "</div></body></html>");