Skip to content

Commit 20227fc

Browse files
author
Till Brehm
committed
Corrected colspan of table in empty database list.
1 parent 5f22050 commit 20227fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interface/web/sites/templates/database_list.htm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ <h1><tmpl_var name="list_head_txt"></h1>
8181
</tmpl_loop>
8282
<tmpl_unless name="records">
8383
<tr class="tbl_row_noresults tbl_row_<tmpl_if name='__EVEN__'}even<tmpl_else>uneven</tmpl_if>">
84-
<td colspan="8">{tmpl_var name='globalsearch_noresults_text_txt'}</td>
84+
<td colspan="7">{tmpl_var name='globalsearch_noresults_text_txt'}</td>
8585
</tr>
8686
</tmpl_unless>
8787
</tbody>

0 commit comments

Comments
 (0)