diff options
author | Jonas Smedegaard <dr@jones.dk> | 2008-09-07 22:13:08 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2008-09-07 22:13:08 +0200 |
commit | d32e9e137642c2922729f749e98b2b38152c7987 (patch) | |
tree | b8cdb76ffebdab46db700e8f9a81ce31594abef7 /templates | |
parent | a0d164cdda6e8e2e3ed88f1576ee0e25d5d5b739 (diff) |
Sync with PO-based l10n: use bang-prefixed directives.
Diffstat (limited to 'templates')
-rw-r--r-- | templates/filehost.mdwn | 2 | ||||
-rw-r--r-- | templates/mailhost.mdwn | 2 | ||||
-rw-r--r-- | templates/supporthost.mdwn | 2 | ||||
-rw-r--r-- | templates/supportlisturl.mdwn | 2 | ||||
-rw-r--r-- | templates/webmailurl.mdwn | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/templates/filehost.mdwn b/templates/filehost.mdwn index f285205..328bd3b 100644 --- a/templates/filehost.mdwn +++ b/templates/filehost.mdwn @@ -1 +1 @@ -files.[[template id=domain]] +files.[[!template id=domain]] diff --git a/templates/mailhost.mdwn b/templates/mailhost.mdwn index edd0c6b..acda881 100644 --- a/templates/mailhost.mdwn +++ b/templates/mailhost.mdwn @@ -1 +1 @@ -mail.[[template id=domain]] +mail.[[!template id=domain]] diff --git a/templates/supporthost.mdwn b/templates/supporthost.mdwn index 14cb578..d4fec5b 100644 --- a/templates/supporthost.mdwn +++ b/templates/supporthost.mdwn @@ -1 +1 @@ -support.[[template id=domain]] +support.[[!template id=domain]] diff --git a/templates/supportlisturl.mdwn b/templates/supportlisturl.mdwn index ac37efc..d60ba37 100644 --- a/templates/supportlisturl.mdwn +++ b/templates/supportlisturl.mdwn @@ -1 +1 @@ -<mailto:support@lists.[[template id=domain]]> +<mailto:support@lists.[[!template id=domain]]> diff --git a/templates/webmailurl.mdwn b/templates/webmailurl.mdwn index 5bbed39..29c5e39 100644 --- a/templates/webmailurl.mdwn +++ b/templates/webmailurl.mdwn @@ -1 +1 @@ -<https://[[template id=mailhost]]/> +<https://[[!template id=mailhost]]/> |