diff options
author | Jonas Smedegaard <dr@jones.dk> | 2010-10-08 06:43:14 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2010-10-08 06:43:14 +0200 |
commit | c44d6622ca085d3ed54d7ba1c5664375ec0f4eab (patch) | |
tree | fb6d4b82c52c2e2dfef3866f02fe11dc4b34ca7d /templates/mailinglisturl.mdwn | |
parent | 2cfeed85006d0f5421f37e25862932795b15acd5 (diff) |
Fix avoid variables in template URLs (apparently not expanded there).master-da
Diffstat (limited to 'templates/mailinglisturl.mdwn')
-rw-r--r-- | templates/mailinglisturl.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/mailinglisturl.mdwn b/templates/mailinglisturl.mdwn index 4e33c29..3a1b377 100644 --- a/templates/mailinglisturl.mdwn +++ b/templates/mailinglisturl.mdwn @@ -1 +1 @@ -<http://lists.[[!template id=domain]]/> +<http://lists.eksempel.dk/> |