summaryrefslogtreecommitdiffstats
path: root/khexedit
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-04-13 01:13:20 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-04-13 01:13:20 -0500
commit1f96a598d14fe461435049a7cd55a2598ca2e367 (patch)
tree91add6946e119e30174a82fc8be24f72add86813 /khexedit
parente15496914bcc204e368b6c543dda073b544d1a55 (diff)
downloadtdeutils-1f96a598d14fe461435049a7cd55a2598ca2e367.tar.gz
tdeutils-1f96a598d14fe461435049a7cd55a2598ca2e367.zip
Fix inadvertent "TQ" changes.
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;