|
|
@ -237,7 +237,7 @@ void ArchiveDialog::saveArchiveRecursive(const DOM::Node &pNode, const KURL& bas
|
|
|
|
/* Don't save tdehtml internal tags '-konq..'
|
|
|
|
/* Don't save tdehtml internal tags '-konq..'
|
|
|
|
* Approximating it with <DIV>
|
|
|
|
* Approximating it with <DIV>
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
text += "<DIV> <!-- -KONTQ_BLOCK -->";
|
|
|
|
text += "<DIV> <!-- -KONQ_BLOCK -->";
|
|
|
|
} else if (nodeName == "BASE") {
|
|
|
|
} else if (nodeName == "BASE") {
|
|
|
|
/* Skip BASE, everything is relative to index.html
|
|
|
|
/* Skip BASE, everything is relative to index.html
|
|
|
|
* Saving SCRIPT but they can cause trouble!
|
|
|
|
* Saving SCRIPT but they can cause trouble!
|
|
|
@ -370,7 +370,7 @@ void ArchiveDialog::saveArchiveRecursive(const DOM::Node &pNode, const KURL& bas
|
|
|
|
text ="";
|
|
|
|
text ="";
|
|
|
|
}
|
|
|
|
}
|
|
|
|
if (nodeName.at(0)=='-') {
|
|
|
|
if (nodeName.at(0)=='-') {
|
|
|
|
text += "</DIV> <!-- -KONTQ_BLOCK -->";
|
|
|
|
text += "</DIV> <!-- -KONQ_BLOCK -->";
|
|
|
|
} else {
|
|
|
|
} else {
|
|
|
|
text += "</" + pNode.nodeName().string() + ">";
|
|
|
|
text += "</" + pNode.nodeName().string() + ">";
|
|
|
|
if (nodeName == "PRE") {
|
|
|
|
if (nodeName == "PRE") {
|
|
|
|