Changeset 185 for trunk/coverager/coverager.tpl.php
- Timestamp:
- 09/19/2006 02:32:27 AM (7 years ago)
- Files:
-
- 1 modified
-
trunk/coverager/coverager.tpl.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/coverager/coverager.tpl.php
r175 r185 226 226 } 227 227 else { 228 echo htmlspecialchars($action); 228 $error_html = htmlspecialchars($error); 229 echo <<<EOS 230 <span class="error">{$error_html}</span> 231 EOS; 229 232 } 230 233 ?>

