From 3b07e4ebbf115f8de8fd2623d2019757f8f7b4f4 Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Thu, 12 Apr 2012 23:48:24 -0500 Subject: Fix inadvertent "TQ" changes. --- konq-plugins/webarchiver/archivedialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'konq-plugins/webarchiver') diff --git a/konq-plugins/webarchiver/archivedialog.cpp b/konq-plugins/webarchiver/archivedialog.cpp index 24b49b8..891e0de 100644 --- a/konq-plugins/webarchiver/archivedialog.cpp +++ b/konq-plugins/webarchiver/archivedialog.cpp @@ -242,7 +242,7 @@ void ArchiveDialog::saveArchiveRecursive(const DOM::Node &pNode, const KURL& bas /* Skip BASE, everything is relative to index.html * Saving SCRIPT but they can cause trouble! */ - } else if ((nodeName == "META") && hasAttribute(pNode, "HTTP-ETQUIV", "CONTENT-TYPE")) { + } else if ((nodeName == "META") && hasAttribute(pNode, "HTTP-EQUIV", "CONTENT-TYPE")) { /* Skip content-type meta tag, we provide our own. */ } else { -- cgit v1.2.1