diff options
Diffstat (limited to 'pages/page_init.eh')
-rw-r--r-- | pages/page_init.eh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pages/page_init.eh b/pages/page_init.eh index 5a367df..da4374e 100644 --- a/pages/page_init.eh +++ b/pages/page_init.eh @@ -1,9 +1,9 @@ <%pre> // do not add to Makefile // and do not write a ecpp comment into this file. It must produce no -// html output not even a empty line. +// html output not even an empty line. #include <tnt/savepoint.h> -#include "exception.h" +#include <exception.h> </%pre> <%request scope="global"> std::string pageTitle; @@ -12,4 +12,4 @@ std::string pageTitle; try { reply.setHeader("Expires", "Mon, 26 Jul 1997 05:00:00 GMT"); tnt::Savepoint spoint( reply ); -</%cpp>
\ No newline at end of file +</%cpp> |