Ignore:
Timestamp:
May 11, 2022, 12:14:42 PM (2 years ago)
Author:
chronos
Message:
  • Modified: Removed commended out print_r and echo commands used only for debugging.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Application/BaseView.php

    r928 r929  
    164164        {
    165165          if (strpos($line, ' ')) $cmd = substr($line, 1, strpos($line, ' ') - 1);
    166           else $cmd = substr($line, 1, strlen($line) - 2);
    167           //echo('['.$cmd.']');
     166          else $cmd = substr($line, 1, strlen($line) - 2);         
    168167          if (strpos($s, '</'.$cmd.'>')) $n = $n + 2;
    169168        }
    170       }// else $line = '['.$line.']';
    171       //if ($line != '') echo(htmlspecialchars(str_repeat(' ',$nn).$line."\n"));
     169      }
    172170      if ($line != '') $out .= (str_repeat(' ', $nn).$line."\n");
    173171      $s = substr($s, $end + 1, strlen($s));
Note: See TracChangeset for help on using the changeset viewer.