diff --git a/konq-plugins/kimgalleryplugin/imgalleryplugin.cpp b/konq-plugins/kimgalleryplugin/imgalleryplugin.cpp index fde2131..12fd1a5 100644 --- a/konq-plugins/kimgalleryplugin/imgalleryplugin.cpp +++ b/konq-plugins/kimgalleryplugin/imgalleryplugin.cpp @@ -126,7 +126,7 @@ void KImGalleryPlugin::createHead(TQTextStream& stream) stream << "" << endl; stream << "" << TQStyleSheet::escape(m_configDlg->getTitle()) << "" << endl; stream << "" << endl; - stream << "" << endl; + stream << "" << endl; createCSSSection(stream); stream << "" << endl; }