diff options
Diffstat (limited to 'template/domain-list.html')
-rw-r--r-- | template/domain-list.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/domain-list.html b/template/domain-list.html index 52d819e..fcc7b23 100644 --- a/template/domain-list.html +++ b/template/domain-list.html @@ -13,7 +13,7 @@ <div class="right column"> Logged as <a href="<TMPL_VAR NAME=URL>/<TMPL_VAR NAME=USER_DOMAINPART>/<TMPL_VAR NAME=USER_LOCALPART>/?a=edit" ><TMPL_VAR NAME=USER_LOCALPART>@<TMPL_VAR NAME=USER_DOMAINPART></a> - | <a href="<TMPL_VAR NAME=URL>?a=logout">Log out</a> + | <a href="<TMPL_VAR NAME=URL>/?a=logout">Log out</a> </div> <br/> </div> |