diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-09-22 12:31:42 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-09-24 11:49:02 +0200 |
commit | d1fae6b26e0820dee76e396c540bb1de90038917 (patch) | |
tree | e6a145e0901b6eeb118a03c6a616a763de79e42e /web | |
parent | 675e973bf8e0e24593552f596eb3d81e57e19c94 (diff) |
Implement package version detals page
Diffstat (limited to 'web')
-rw-r--r-- | web/xhtml | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -307,9 +307,12 @@ namespace web static const element H4 ("h4"); static const element H5 ("h5"); static const element H6 ("h6"); + static const element LI ("li"); static const element META ("meta"); static const element P ("p"); + static const element PRE ("pre"); static const element TITLE ("title"); + static const element UL ("ul"); static const inline_element A ("a"); static const inline_element B ("b"); |