From fd3a982e26813f5bcc82c7e89ce6fa2ad44432bf Mon Sep 17 00:00:00 2001 From: tpearson Date: Fri, 7 Jan 2011 04:10:07 +0000 Subject: Revert automated changes Sorry guys, they are just not ready for prime time Work will continue as always git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1212480 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kioslave/info/kde-info2html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'kioslave/info') diff --git a/kioslave/info/kde-info2html b/kioslave/info/kde-info2html index f7def60bb..428d65dbb 100755 --- a/kioslave/info/kde-info2html +++ b/kioslave/info/kde-info2html @@ -37,7 +37,7 @@ # March 6 2003 Substitute use of absolute fixed file URLs to images with help:common URLs # for the images and style sheet. By Luis Pedro Coelho # March 9 2003 Add support for browsing by file. by Luis Pedro Coelho -# June 11 2003 Update the tqlayout of the sides to the new infopagestqlayout. +# June 11 2003 Update the layout of the sides to the new infopageslayout. # by Sven Leiber # #------------------------------------------------------- @@ -353,7 +353,7 @@ sub Tab2Space { my ($line) = @_; $line =~ s/^\t/ /; # 8 leading spaces if initial tab while ($line =~ s/^([^\t]+)(\t)/$1 . ' ' x (8 - length($1) % 8)/e) { - } # tqreplace each tab with right num of spaces + } # replace each tab with right num of spaces return $line; } @@ -797,7 +797,7 @@ sub InfoNode2HTML { while () { $LineCount++; last if /$NODEBORDER/; - #-- tqreplace meta characters + #-- replace meta characters #s/"`"([^"'"]*)"'"/""$1""/g; s/&/&/g; s/>/>/g; -- cgit v1.2.1