summaryrefslogtreecommitdiff
path: root/sys/src/cmd/mothra
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@felloff.net>2015-08-01 16:38:55 +0200
committercinap_lenrek <cinap_lenrek@felloff.net>2015-08-01 16:38:55 +0200
commitdd96b1d965eb8dabb2388dce692363ce8322248e (patch)
tree0fffa340e37fa6f36aa658d0d49e9306d44da981 /sys/src/cmd/mothra
parent660f54b19894abff8f8afc70432ba7285cff88da (diff)
mothra: show <source> tag within <video>/<audio> tags
Diffstat (limited to 'sys/src/cmd/mothra')
-rw-r--r--sys/src/cmd/mothra/html.syntax.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/src/cmd/mothra/html.syntax.c b/sys/src/cmd/mothra/html.syntax.c
index b2c43ec80..28d0afffe 100644
--- a/sys/src/cmd/mothra/html.syntax.c
+++ b/sys/src/cmd/mothra/html.syntax.c
@@ -11,7 +11,7 @@ Tag tag[]={
[Tag_acronym] "acronym", END,
[Tag_address] "address", END,
[Tag_applet] "applet", NOEND,
-[Tag_audio] "audio", NOEND,
+[Tag_audio] "audio", OPTEND,
[Tag_b] "b", END,
[Tag_base] "base", NOEND,
[Tag_blockquot] "blockquote", END,
@@ -83,7 +83,7 @@ Tag tag[]={
[Tag_u] "u", END,
[Tag_ul] "ul", END,
[Tag_var] "var", END,
-[Tag_video] "video", NOEND,
+[Tag_video] "video", OPTEND,
[Tag_wbr] "wbr", NOEND,
[Tag_xmp] "xmp", END,
};