summaryrefslogtreecommitdiff
path: root/autodoc/source
diff options
context:
space:
mode:
Diffstat (limited to 'autodoc/source')
-rw-r--r--autodoc/source/display/html/outfile.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/autodoc/source/display/html/outfile.cxx b/autodoc/source/display/html/outfile.cxx
index d5707cdfd923..3f31f80e42fa 100644
--- a/autodoc/source/display/html/outfile.cxx
+++ b/autodoc/source/display/html/outfile.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: outfile.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: np $ $Date: 2002-05-14 09:02:12 $
+ * last change: $Author: hr $ $Date: 2003-04-15 18:45:13 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -243,7 +243,7 @@ HtmlDocuFile::WriteBody( csv::File & io_aFile )
>> *new html::Paragraph
<< new html::ClassAttr( "copyright" )
<< new xml::AnAttribute( "align", "center" )
- << sCopyright ;
+ << new xml::XmlCode(sCopyright);
}
aBodyData.WriteOut(io_aFile);
}