Changeset 5996
- Timestamp:
- 02/03/12 12:20:41 (4 months ago)
- File:
-
- 1 edited
-
trunk/core/errorhandler.core.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/core/errorhandler.core.php
r5954 r5996 582 582 /** 583 583 * transform the array into html string 584 * enhance readablility by imploding the array with linebreaks (CR)584 * enhance readablility by imploding the array with spaces (formerly <br>; when inside <code>) 585 585 */ 586 $errorcontext_lines = implode($result, ' <br />');586 $errorcontext_lines = implode($result, ' '); 587 587 588 588 $sprintf_html = '<table> 589 589 <tr> 590 590 <td class="num">'.CR.'%s'.CR.'</td> 591 <td>< code>'.CR.'%s'.CR.'</code></td>591 <td><pre>'.CR.'%s'.CR.'</pre></td> 592 592 </tr> 593 593 </table>';
Note: See TracChangeset
for help on using the changeset viewer.
