[BACK]Return to cvsweb.cgi CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / cvsweb

Diff for /cvsweb/cvsweb.cgi between version 3.21 and 3.22

version 3.21, 2000/09/11 17:11:03 version 3.22, 2000/09/19 18:35:50
Line 923  sub spacedHtmlText($;$) {
Line 923  sub spacedHtmlText($;$) {
         # Cut trailing spaces and tabs          # Cut trailing spaces and tabs
         s/[ \t]+$//;          s/[ \t]+$//;
   
         if (defined($tabstop)) {          if (defined($ts)) {
             # Expand tabs              # Expand tabs
             1 while s/\t+/' ' x (length($&) * $ts - length($`) % $ts)/e              1 while s/\t+/' ' x (length($&) * $ts - length($`) % $ts)/e
         }          }

Legend:
Removed from v.3.21  
changed lines
  Added in v.3.22

CVSweb