aboutsummaryrefslogtreecommitdiff
path: root/web/xhtml
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-09-22 12:31:42 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2015-09-24 11:49:02 +0200
commitd1fae6b26e0820dee76e396c540bb1de90038917 (patch)
treee6a145e0901b6eeb118a03c6a616a763de79e42e /web/xhtml
parent675e973bf8e0e24593552f596eb3d81e57e19c94 (diff)
Implement package version detals page
Diffstat (limited to 'web/xhtml')
-rw-r--r--web/xhtml3
1 files changed, 3 insertions, 0 deletions
diff --git a/web/xhtml b/web/xhtml
index d683469..9c092bf 100644
--- a/web/xhtml
+++ b/web/xhtml
@@ -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");