summaryrefslogtreecommitdiffstats
path: root/khexedit
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-04-13 01:13:20 -0500
committerSlávek Banko <slavek.banko@axis.cz>2012-06-04 03:15:21 +0200
commitb70b7de369cfca9bbf649db168c20660c29861fe (patch)
tree8585d56c1a248acb5c2e56f1652c39f7bd98f5d9 /khexedit
parentdc6bced2ff88c72185043e3b63248758494f0cfb (diff)
downloadtdeutils-b70b7de369cfca9bbf649db168c20660c29861fe.tar.gz
tdeutils-b70b7de369cfca9bbf649db168c20660c29861fe.zip
Fix inadvertent "TQ" changes.
(cherry picked from commit 1f96a598d14fe461435049a7cd55a2598ca2e367)
Diffstat (limited to 'khexedit')
-rw-r--r--khexedit/hexbuffer.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/khexedit/hexbuffer.cc b/khexedit/hexbuffer.cc
index e6a5532..1e34ae7 100644
--- a/khexedit/hexbuffer.cc
+++ b/khexedit/hexbuffer.cc
@@ -4896,7 +4896,7 @@ int CHexBuffer::printHtmlHeader( TQTextStream &os, bool isFront )
if( isFront == true )
{
os << "<HTML>" << endl << "<HEAD>" << endl;
- os << "<META HTTP-ETQUIV=\"Content-Type\" CONTENT=\"text/html; ";
+ os << "<META HTTP-EQUIV=\"Content-Type\" CONTENT=\"text/html; ";
os << "charset=iso-8859-1\">" << endl;
os << "<META NAME=\"hexdata\" CONTENT=\"khexedit dump\">" << endl;
os << "</HEAD>" << endl << "<BODY>" << endl;