diff options
author | Guilhem Moulin <guilhem.moulin@fripost.org> | 2012-09-27 03:32:46 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem.moulin@fripost.org> | 2012-09-27 03:32:46 +0200 |
commit | aa3340e58fc5b993bfc88070edf543a2ed82ef94 (patch) | |
tree | c2befe421e70971fd89be72073833b208b919ef2 /template | |
parent | 7672946edb73d485e5eb0ffd75964f2cea2caaa0 (diff) |
Fixing unicode.
Diffstat (limited to 'template')
-rw-r--r-- | template/list-locals.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/list-locals.html b/template/list-locals.html index f9d8535..cb6f057 100644 --- a/template/list-locals.html +++ b/template/list-locals.html @@ -84,7 +84,7 @@ <tbody> <TMPL_LOOP NAME=aliases> <TMPL_IF NAME=__even__><tr class="odd"><TMPL_ELSE><tr></TMPL_IF> - <td><span class="alias"><a href="<TMPL_VAR NAME=url>/<TMPL_VAR NAME=domain>/<TMPL_VAR NAME=alias>/"><TMPL_VAR NAME=alias></a></span></td> + <td><span class="alias"><a href="<TMPL_VAR NAME=url>/<TMPL_VAR NAME=domain>/<TMPL_VAR NAME=aliasurl>/"><TMPL_VAR NAME=alias></a></span></td> <td><TMPL_IF NAME=description><TMPL_VAR NAME=description><TMPL_ELSE><span class="none">(none)</span></TMPL_IF></td> <td><TMPL_IF NAME=isactive><span class="active">✔</span><TMPL_ELSE><span class="inactive">✘</span></TMPL_IF></td> <td><TMPL_UNLESS NAME=destinations><span class="none">(none)</span></TMPL_UNLESS> |