diff options
Diffstat (limited to 'template/default/rec_list.html')
-rw-r--r-- | template/default/rec_list.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/default/rec_list.html b/template/default/rec_list.html index cce508d..d9d204a 100644 --- a/template/default/rec_list.html +++ b/template/default/rec_list.html @@ -36,7 +36,7 @@ </div> <form action="<tmpl_var url>" method="get" name="FormName"> - <table width="100%" border="0" cellspacing="0" cellpadding="0" id="content" class="list"> + <table width="100%" border="0" cellspacing="0" cellpadding="0" id="content" class="list hilight"> <!-- TODO: this breaks IE, but why? <colgroup> <col class="col_date"/> |