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