diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-04-13 01:13:20 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-04-13 01:13:20 -0500 |
commit | 1f96a598d14fe461435049a7cd55a2598ca2e367 (patch) | |
tree | 91add6946e119e30174a82fc8be24f72add86813 /khexedit/hexbuffer.cc | |
parent | e15496914bcc204e368b6c543dda073b544d1a55 (diff) | |
download | tdeutils-1f96a598d14fe461435049a7cd55a2598ca2e367.tar.gz tdeutils-1f96a598d14fe461435049a7cd55a2598ca2e367.zip |
Fix inadvertent "TQ" changes.
Diffstat (limited to 'khexedit/hexbuffer.cc')
-rw-r--r-- | khexedit/hexbuffer.cc | 2 |
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; |