@ -510,7 +510,7 @@ void KPrWebPresentation::createSlidesHTML( KProgress *progressBar )
htmlAuthor = escapeHtmlText ( codec , author ) ;
htmlAuthor = escapeHtmlText ( codec , author ) ;
else
else
htmlAuthor = TQString ( " <a href= \" mailto:%1 \" >%2</a> " ) . arg ( escapeHtmlText ( codec , email ) ) . arg ( escapeHtmlText ( codec , author ) ) ;
htmlAuthor = TQString ( " <a href= \" mailto:%1 \" >%2</a> " ) . arg ( escapeHtmlText ( codec , email ) ) . arg ( escapeHtmlText ( codec , author ) ) ;
streamOut < < EscapeEncodingOnly ( codec , i18n ( " Created on %1 by <i>%2</i> with <a href= \" http://www. koffice.org/kpresenter \" >KPresenter</a> " )
streamOut < < EscapeEncodingOnly ( codec , i18n ( " Created on %1 by <i>%2</i> with <a href= \" http://www. trinitydesktop.org \" >KPresenter</a> " )
. arg ( TDEGlobal : : locale ( ) - > formatDate ( TQDate : : currentDate ( ) ) ) . arg ( htmlAuthor ) ) ;
. arg ( TDEGlobal : : locale ( ) - > formatDate ( TQDate : : currentDate ( ) ) ) . arg ( htmlAuthor ) ) ;
streamOut < < " </center><hr noshade= \" noshade \" " < < ( isXML ( ) ? " / " : " " ) < < " > \n " ;
streamOut < < " </center><hr noshade= \" noshade \" " < < ( isXML ( ) ? " / " : " " ) < < " > \n " ;
@ -561,7 +561,7 @@ void KPrWebPresentation::createMainPage( KProgress *progressBar )
// footer: author name, e-mail
// footer: author name, e-mail
TQString htmlAuthor = email . isEmpty ( ) ? escapeHtmlText ( codec , author ) :
TQString htmlAuthor = email . isEmpty ( ) ? escapeHtmlText ( codec , author ) :
TQString ( " <a href= \" mailto:%1 \" >%2</a> " ) . arg ( escapeHtmlText ( codec , email ) ) . arg ( escapeHtmlText ( codec , author ) ) ;
TQString ( " <a href= \" mailto:%1 \" >%2</a> " ) . arg ( escapeHtmlText ( codec , email ) ) . arg ( escapeHtmlText ( codec , author ) ) ;
streamOut < < EscapeEncodingOnly ( codec , i18n ( " Created on %1 by <i>%2</i> with <a href= \" http://www. koffice.org/kpresenter \" >KPresenter</a> " )
streamOut < < EscapeEncodingOnly ( codec , i18n ( " Created on %1 by <i>%2</i> with <a href= \" http://www. trinitydesktop.org \" >KPresenter</a> " )
. arg ( TDEGlobal : : locale ( ) - > formatDate ( TQDate : : currentDate ( ) ) ) . arg ( htmlAuthor ) ) ;
. arg ( TDEGlobal : : locale ( ) - > formatDate ( TQDate : : currentDate ( ) ) ) . arg ( htmlAuthor ) ) ;
streamOut < < " </body> \n </html> \n " ;
streamOut < < " </body> \n </html> \n " ;