]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
merge printfs
authorAndreas Öman <andreas@lonelycoder.com>
Mon, 14 Apr 2008 19:02:42 +0000 (19:02 +0000)
committerAndreas Öman <andreas@lonelycoder.com>
Mon, 14 Apr 2008 19:02:42 +0000 (19:02 +0000)
ajaxui/ajaxui.c

index 0da4b569188fc3964eeb7b6a66b7cd0033e28ddd..5cb68d1588f4b9544f4fc459800485a5aab9154e 100644 (file)
@@ -382,37 +382,20 @@ ajax_page_root(http_connection_t *hc, http_reply_t *hr,
              "<head>"
              "<title>HTS/Tvheadend</title>"
              "<meta http-equiv=\"Content-Type\" "
-             "content=\"text/html; charset=utf-8\">\r\n");
-
-
-  tcp_qprintf(tq, 
+             "content=\"text/html; charset=utf-8\">\r\n"
              "<link href=\"/ajax/ajaxui.css\" rel=\"stylesheet\" "
-             "type=\"text/css\">\r\n");
-
-  tcp_qprintf(tq,
+             "type=\"text/css\">\r\n"
              "<script src=\"/ajax/prototype.js\" type=\"text/javascript\">"
-             "</script>\r\n");
-
-  tcp_qprintf(tq,
+             "</script>\r\n"
              "<script src=\"/ajax/effects.js\" type=\"text/javascript\">"
-             "</script>\r\n");
-
-  tcp_qprintf(tq,
+             "</script>\r\n"
              "<script src=\"/ajax/dragdrop.js\" type=\"text/javascript\">"
-             "</script>\r\n");
-
-  tcp_qprintf(tq,
+             "</script>\r\n"
              "<script src=\"/ajax/controls.js\" type=\"text/javascript\">"
-             "</script>\r\n");
-
- tcp_qprintf(tq,
+             "</script>\r\n"
              "<script src=\"/ajax/tvheadend.js\" type=\"text/javascript\">"
-             "</script>\r\n");
-
-  tcp_qprintf(tq,
-             "</head>");
-
-  tcp_qprintf(tq,
+             "</script>\r\n"
+             "</head>"
              "<body>");