diff options
author | Jonas Smedegaard <dr@jones.dk> | 2008-08-01 21:56:29 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2008-08-01 21:56:29 +0200 |
commit | 4fb9600af4d836e61a341531507380465b715226 (patch) | |
tree | 5923e697613268321fe8da3ad8536cc7b4ef5398 /atomitem.tmpl | |
parent | 16dcd6d3af047971985cabce68d9e06b4a399fad (diff) | |
parent | be3fe912791f7332374ca231422d3a06b05778e9 (diff) |
Merge branch 'master' into master-da
Conflicts (merged manually):
editpage.tmpl
searchquery.tmpl
Pages translated as part of the merge:
editconflict.tmpl
editcreationconflict.tmpl
editfailedsave.tmpl
editpagegone.tmpl
renamesummary.tmpl
Diffstat (limited to 'atomitem.tmpl')
-rw-r--r-- | atomitem.tmpl | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/atomitem.tmpl b/atomitem.tmpl index 4c128a5..146b9aa 100644 --- a/atomitem.tmpl +++ b/atomitem.tmpl @@ -1,6 +1,10 @@ <entry> <title><TMPL_VAR TITLE></title> - <id><TMPL_VAR URL></id> + <TMPL_IF NAME="GUID"> + <id><TMPL_VAR GUID></id> + <TMPL_ELSE> + <id><TMPL_VAR URL></id> + </TMPL_IF> <link href="<TMPL_VAR PERMALINK>"/> <TMPL_IF NAME="AUTHOR"> <author><name><TMPL_VAR AUTHOR ESCAPE=HTML></name></author> |