diff --git a/ajaxui/ajaxui_config_transport.c b/ajaxui/ajaxui_config_transport.c
index 3505e9fb..4daf7c7e 100644
--- a/ajaxui/ajaxui_config_transport.c
+++ b/ajaxui/ajaxui_config_transport.c
@@ -134,12 +134,9 @@ ajax_transport_build_list(tcp_queue_t *tq, struct th_transport_list *tlist)
tcp_qprintf(tq, "
");
- tcp_qprintf(tq, ""
+ tcp_qprintf(tq, "
"
"Channel
");
- tcp_qprintf(tq, "
"
- "Bah
");
-
tcp_qprintf(tq, "
");
@@ -175,7 +172,7 @@ ajax_transport_build_list(tcp_queue_t *tq, struct th_transport_list *tlist)
"
",
t->tht_identifier, t->tht_identifier);
- tcp_qprintf(tq, "",
+ tcp_qprintf(tq, "
",
t->tht_identifier);
if(t->tht_channel == NULL) {
@@ -197,7 +194,7 @@ ajax_transport_build_list(tcp_queue_t *tq, struct th_transport_list *tlist)
- tcp_qprintf(tq, "
"
+ tcp_qprintf(tq, "
"
""
"
", t->tht_identifier);