diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-01-30 19:25:49 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-01-30 19:36:57 +0200 |
commit | 945656131123ee6418de919c60b82e491c5b61da (patch) | |
tree | 4df18557869cedfec5b09ced326057afda834171 /web | |
parent | 733398a3516896b95251cefc473ea93a694dbd55 (diff) |
Adjust web pages style
Diffstat (limited to 'web')
-rw-r--r-- | web/xhtml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -324,6 +324,7 @@ namespace web static const inline_element A ("a"); static const inline_element B ("b"); static const inline_element BR ("br"); + static const inline_element CODE ("code"); static const inline_element EM ("em"); static const inline_element I ("i"); static const inline_element INPUT ("input"); |