diff options
-rw-r--r-- | share/templates/en_US/table.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/templates/en_US/table.tmpl b/share/templates/en_US/table.tmpl index 166a750..41de85d 100644 --- a/share/templates/en_US/table.tmpl +++ b/share/templates/en_US/table.tmpl @@ -50,7 +50,7 @@ <TMPL_IF NAME="file_namespaces"> <tr> <th>Other Namespaces</th> - <td> + <td colspan="2"> <ul> <TMPL_LOOP NAME="file_namespaces"><li><a href="<TMPL_VAR NAME="uri">"><TMPL_VAR NAME="uri"></a></li></TMPL_LOOP> </ul> |