rizzo compile then commit, maybe even run it too ^_^

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@45571 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Matt O'Gorman 2006-10-18 16:45:22 +00:00
parent 71cf14207c
commit 1783aef1e8
1 changed files with 2 additions and 2 deletions

View File

@ -2409,8 +2409,8 @@ static char *generic_http_callback(enum output_format format,
#define ROW_FMT "<tr><td colspan=\"2\" bgcolor=\"#f1f1ff\">%s</td></tr>\r\n"
#define TEST_STRING \
"<form action=\"manager\">action: <input name=\"action\"> cmd <input name=\"command\"><br>\
user <input name=\"username\"> pass <input type=\"password\" name=\"secret\"><br>
"<form action=\"manager\">action: <input name=\"action\"> cmd <input name=\"command\"><br> \
user <input name=\"username\"> pass <input type=\"password\" name=\"secret\"><br> \
<input type=\"submit\"></form>"
ast_build_string(&c, &len, "<body bgcolor=\"#ffffff\"><table align=center bgcolor=\"#f1f1f1\" width=\"500\">\r\n");