Changeset 929 for trunk/Application/BaseView.php
- Timestamp:
- May 11, 2022, 12:14:42 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Application/BaseView.php
r928 r929 164 164 { 165 165 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); 168 167 if (strpos($s, '</'.$cmd.'>')) $n = $n + 2; 169 168 } 170 }// else $line = '['.$line.']'; 171 //if ($line != '') echo(htmlspecialchars(str_repeat(' ',$nn).$line."\n")); 169 } 172 170 if ($line != '') $out .= (str_repeat(' ', $nn).$line."\n"); 173 171 $s = substr($s, $end + 1, strlen($s));
Note:
See TracChangeset
for help on using the changeset viewer.