diff --git a/doc/date_iterators.html b/doc/date_iterators.html
index c1b0f25..94c3b68 100644
--- a/doc/date_iterators.html
+++ b/doc/date_iterators.html
@@ -17,9 +17,9 @@
Date Generators / Algorithms
-Introduction --
-Header --
-Class Overview
+Introduction --
+Header --
+Class Overview
@@ -73,7 +73,7 @@ or
-Last modified: Wed Aug 21 16:03:11 MST 2002
+Last modified: Fri Aug 30 09:20:00 MST 2002
by Jeff Garland © 2000-2002
diff --git a/doc/dates__as__strings_8cpp-example.html b/doc/dates__as__strings_8cpp-example.html
index 6611366..529dc96 100644
--- a/doc/dates__as__strings_8cpp-example.html
+++ b/doc/dates__as__strings_8cpp-example.html
@@ -58,7 +58,7 @@ main()
date wont_construct(gdtl::parse_undelimited_date<date>(bad_date));
std::cout << "oh oh, you should reach this line: "
- << to_iso_string(wont_construct) << std::endl;
+ <<to_iso_string(wont_construct) << std::endl;
}
catch(std::exception& e) {
std::cout << " Exception: " << e.what() << std::endl;