Changeset 159
- Timestamp:
- 08/17/05 13:34:33 (5 years ago)
- File:
-
- 1 edited
-
trunk/admin/plog-manage.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/plog-manage.php
r156 r159 430 430 } 431 431 432 // pass the results through htmlspecialchars, because they might contain user input 432 433 if (!empty($action_result['errors'])) { 433 $output .= '<p class="errors">' . $action_result['errors']. '</p>';434 $output .= '<p class="errors">' . htmlspecialchars($action_result['errors']) . '</p>'; 434 435 } elseif (!empty($action_result['output'])) { 435 $output .= '<p class="actions">' . $action_result['output']. '</p>';436 $output .= '<p class="actions">' . htmlspecialchars($action_result['output']) . '</p>'; 436 437 }; 437 438 }
Note: See TracChangeset
for help on using the changeset viewer.
