diff --git a/array.hpp.html b/array.hpp.html
index 3a51cac..6d517a2 100644
--- a/array.hpp.html
+++ b/array.hpp.html
@@ -39,7 +39,7 @@
#include <algorithm>
// FIXES for broken compilers
-#include <boost/config.hpp>
+#include <boost/config.hpp>
namespace boost {
diff --git a/array.html b/array.html
index 8ddb880..217283e 100644
--- a/array.html
+++ b/array.html
@@ -272,7 +272,7 @@
Simple Example for using array<>:
All files -
To find more details about using ordinary arrays in C++ and the framework of
the STL, see e.g.
The C++
@@ -312,7 +307,7 @@
M. Josuttis
Addison Wesley Longman, 1999
ISBN 0-201-37926-0
-