Changeset 614
- Timestamp:
- 2009-07-05T08:19:01+02:00 (4 years ago)
- Location:
- branches/1.3
- Files:
-
- 4 edited
-
. (modified) (1 prop)
-
ChangeLog (modified) (1 diff)
-
coverager/coverager.css (modified) (1 diff)
-
coverager/coverager.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/1.3
-
branches/1.3/ChangeLog
r604 r614 3 3 * could not show module info in admin page when XCache is the last module 4 4 * wrong http auth realm 5 * coverager: font-size and newline fix for firefox 5 6 6 7 1.2.2 2007-12-29 -
branches/1.3/coverager/coverager.css
r604 r614 56 56 pre.code { 57 57 font-family: monospace; 58 font-size: 12px; 58 59 white-space: pre; 59 60 border: 1px solid gray; -
branches/1.3/coverager/coverager.php
r394 r614 301 301 } 302 302 if (isset($cov[$offs])) { 303 $lines[$l] = sprintf("<li class=\"line%sCov\"> %s\t%s </li>\n"303 $lines[$l] = sprintf("<li class=\"line%sCov\"> %s\t%s\n</li>" 304 304 , $cov[$offs] ? '' : 'No' 305 305 , $cov[$offs] … … 307 307 } 308 308 else { 309 $lines[$l] = "<li>\t$line </li>\n";309 $lines[$l] = "<li>\t$line\n</li>"; 310 310 } 311 311 }
Note: See TracChangeset
for help on using the changeset viewer.

