diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2015-08-01 11:20:28 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2015-08-01 11:20:28 +0200 |
commit | 815c2ba22ba5d15cdedd39837d4edb4107eb0b32 (patch) | |
tree | 0e99112e36451d449534ed85a99710a43e9e3ff6 /sys/src/cmd/mothra/html.syntax.c | |
parent | f62a2efb7add3ec40ca91adc514d5bdb6b0cd721 (diff) |
mothra: support for inline images and <image> tag
Diffstat (limited to 'sys/src/cmd/mothra/html.syntax.c')
-rw-r--r-- | sys/src/cmd/mothra/html.syntax.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/src/cmd/mothra/html.syntax.c b/sys/src/cmd/mothra/html.syntax.c index 98b8dd0af..b2c43ec80 100644 --- a/sys/src/cmd/mothra/html.syntax.c +++ b/sys/src/cmd/mothra/html.syntax.c @@ -47,6 +47,7 @@ Tag tag[]={ [Tag_i] "i", END, [Tag_iframe] "iframe", NOEND, [Tag_img] "img", NOEND, +[Tag_image] "image", NOEND, [Tag_input] "input", NOEND, [Tag_ins] "ins", END, [Tag_isindex] "isindex", NOEND, |