diff --git a/htmlui.c b/htmlui.c
index be72cdba..fa78a736 100644
--- a/htmlui.c
+++ b/htmlui.c
@@ -1433,15 +1433,21 @@ page_editchannel(http_connection_t *hc, const char *remain, void *opaque)
ch->ch_tag);
box_top(&tq, "box");
+ tcp_qprintf(&tq,
+ "
"
- "
"
- "%s"
- "Channel group:
"
+ ""
+ "Channel group: "
+ "
"
+ ""
" ");
box_bottom(&tq);
@@ -1558,6 +1579,9 @@ page_updatechannel(http_connection_t *hc, const char *remain, void *opaque)
}
}
+ if((s = http_arg_get(&hc->hc_url_args, "ttrp")) != NULL)
+ ch->ch_teletext_rundown = atoi(s);
+
if((grp = http_arg_get(&hc->hc_url_args, "grp")) != NULL) {
tcg = channel_group_find(grp, 1);
channel_set_group(ch, tcg);