aboutsummaryrefslogtreecommitdiff
path: root/brep/package-search.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-09-15 17:48:57 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2015-09-24 11:23:34 +0200
commitb192a3fcc7875210b3e1f6bd2292022a78c9f0e1 (patch)
treefb56f7c60405a91483d31ba934b5752ec854dd19 /brep/package-search.cxx
parentd09f17fbd7ffd5ea92feeb8aded6c66b1bfa2333 (diff)
Partial package version detals page implementation
Diffstat (limited to 'brep/package-search.cxx')
-rw-r--r--brep/package-search.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/brep/package-search.cxx b/brep/package-search.cxx
index f51dade..02a8547 100644
--- a/brep/package-search.cxx
+++ b/brep/package-search.cxx
@@ -5,7 +5,8 @@
#include <brep/package-search>
#include <string>
-#include <memory> // make_shared()
+#include <memory> // make_shared()
+#include <cstddef> // size_t
#include <xml/serializer>
@@ -77,7 +78,7 @@ namespace brep
<< ".package {margin: 0.5em 0 0;}" << ident
<< ".name {font-size: x-large;}" << ident
<< ".tags {margin: 0.1em 0 0;}" << ident
- << ".tag {padding: 0 0.3em 0 0;}" << ident
+ << ".tag {padding: 0 0.3em 0 0;}"
<< ~CSS_STYLE
<< ~HEAD
<< BODY;