patch version: 2.26.05-11961-802 (5b6fa7ad)
patch date: 2026-05-20 02:55:36 UTC (+00:00)
webif: fix mismatched HTML tags in reader and config templates
Code
readerconfig.html / readerconfigaio.html: - Saveemm/Blockemm rows opened <TR> but only closed inner </TD>, relying on browser auto-close at the next <TR>. Add explicit </TR> after each </TD>.
config/dvbapi.html: - Four checkbox rows (Enabled, AU, Enable ecm.info file, Write detected prov name to srvid) had <TR><TD>...<label></label> without the closing </TD></TR>. Complete the row markup.
config/gbox.html: - Line 46: missing </A> in 'Message type:' label (<A ...>Message type:</TD> -> Message type:</A></TD>). - Line 71: stray </TR> directly after a fully inline <TR ...></TR> in the previous line; remove it.
All affected files now have balanced <TR>, <TD> and <A> tags.

