Module: sip-router Branch: master Commit: b6e2a5c152de3f13251bca6a4f52f8bc9f725018 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=b6e2a5c152de3f13251bca6a4f52f8bc9f725018
Author: Ovidiu Sas <[email protected]> Committer: Ovidiu Sas <[email protected]> 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\">SIP Router web site</a> .:. "\ "<a href=\"http://www.kamailio.org\">Kamailio web site</a><br/>"\ - "Copyright © 2011 <a href=\"http://www.voipembedded.com/\">VoIP Embedded</a>"\ + "Copyright © 2011-2013 <a href=\"http://www.voipembedded.com/\">VoIP Embedded</a>"\ ". All rights reserved."\ "</div></body></html>"); _______________________________________________ sr-dev mailing list [email protected] http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev
