]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
Fix obvious typo
authorAndreas Öman <andreas@lonelycoder.com>
Mon, 7 Apr 2008 20:24:35 +0000 (20:24 +0000)
committerAndreas Öman <andreas@lonelycoder.com>
Mon, 7 Apr 2008 20:24:35 +0000 (20:24 +0000)
ajaxui/ajaxui_config_transport.c

index 88466124ac94acfb03024c750ba89a4d9fd74441..3505e9fbbdd1a7920c8d1b5eb6102d4f09eec60a 100644 (file)
@@ -204,7 +204,7 @@ ajax_transport_build_list(tcp_queue_t *tq, struct th_transport_list *tlist)
     tcp_qprintf(tq, "</div>");
 
     /* Extra info */
-    tcp_qprintf(tq, "<div name=\"id=\"svcinfo%s\" style=\"display: none\">",
+    tcp_qprintf(tq, "<div id=\"svcinfo%s\" style=\"display: none\">",
                t->tht_identifier);
 
     tcp_qprintf(tq, "<p>");