Skip to content

Commit

Permalink
fixed table row highlighting CSS class
Browse files Browse the repository at this point in the history
Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
  • Loading branch information
Galen Charlton committed Jun 24, 2009
1 parent d633bd1 commit 9a02e5a
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -137,7 +137,7 @@
<!-- TMPL_IF NAME="__odd__" -->
<tr>
<!-- TMPL_ELSE -->
<tr class="hilighted">
<tr class="highlight">
<!-- /TMPL_IF -->
<td><!-- TMPL_VAR NAME="title" escape="html" -->
<!-- TMPL_VAR NAME="author" --></td>
Expand Down

0 comments on commit 9a02e5a

Please sign in to comment.