From f3efacb16d1292735d5107050271edba35599233 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 5 Feb 2008 16:18:29 -0500 Subject: add ! prefix to some directives in templates, and to the recentchanges page --- templates/aggregatepost.tmpl | 12 ++++++------ templates/change.tmpl | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) (limited to 'templates') diff --git a/templates/aggregatepost.tmpl b/templates/aggregatepost.tmpl index 739a5762d..8b8936733 100644 --- a/templates/aggregatepost.tmpl +++ b/templates/aggregatepost.tmpl @@ -1,15 +1,15 @@ -[[tag ]] +[[!tag ]] -[[meta title=""]] +[[!meta title=""]] -[[meta permalink=""]] +[[!meta permalink=""]] -[[meta copyright=""]] +[[!meta copyright=""]] -[[meta author=""]] -[[meta authorurl=""]] +[[!meta author=""]] +[[!meta authorurl=""]] diff --git a/templates/change.tmpl b/templates/change.tmpl index 16ef08a85..184d8dc2d 100644 --- a/templates/change.tmpl +++ b/templates/change.tmpl @@ -1,8 +1,8 @@ -[[meta author=""""""]] +[[!meta author=""""""]] -[[meta authorurl=""""""]] +[[!meta authorurl=""""""]] -[[meta title="""update of 's """]] +[[!meta title="""update of 's """]]