From 9c0f98f088bbed5943382ebfcfd1b0159aaa7462 Mon Sep 17 00:00:00 2001 From: Jonathan Wakely Date: Wed, 5 Aug 2020 16:57:41 +0100 Subject: [PATCH] Fix invalid XHTML markup (#51) --- doc/refmanual/get-tag-def.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/refmanual/get-tag-def.html b/doc/refmanual/get-tag-def.html index e92b405..63ac18d 100644 --- a/doc/refmanual/get-tag-def.html +++ b/doc/refmanual/get-tag-def.html @@ -75,12 +75,12 @@ such that for any type x namespace boost { namespace mpl {
-template<class T>
+template<class T>
 struct get_##name {
 	typedef typename T::name type;
 };
-}}
+}}
 
@@ -103,13 +103,13 @@ struct test_type_get_tag_def }} -typedef boost::mpl::get_a_tag<test_type_get_tag_def>::type got_the_tag; +typedef boost::mpl::get_a_tag<test_type_get_tag_def>::type got_the_tag;