summaryrefslogtreecommitdiff
path: root/sys/src/cmd/mothra/html.syntax.c
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@felloff.net>2015-08-01 11:20:28 +0200
committercinap_lenrek <cinap_lenrek@felloff.net>2015-08-01 11:20:28 +0200
commit815c2ba22ba5d15cdedd39837d4edb4107eb0b32 (patch)
tree0e99112e36451d449534ed85a99710a43e9e3ff6 /sys/src/cmd/mothra/html.syntax.c
parentf62a2efb7add3ec40ca91adc514d5bdb6b0cd721 (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.c1
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,