diff options
author | Matthias Benkard <code@mail.matthias.benkard.de> | 2009-10-30 22:37:16 +0100 |
---|---|---|
committer | Matthias Benkard <code@mail.matthias.benkard.de> | 2009-10-30 22:37:16 +0100 |
commit | 3d63cb8284bddfc71d054686894d94fdd69f3493 (patch) | |
tree | b0fac5ba77948b78ab8e6baec055ad1eaaf52063 | |
parent | 13f4f5d2304e0f20d171e5b680eb4748c69d0e66 (diff) |
Add the permaLink attribute to MetaWeblog journal entry responses.
Ignore-this: a8225b69632872db25f184c1a21dcc8d
darcs-hash:275f5e09943814bc9bb6bd124b07bb7f1dc3d662
-rw-r--r-- | xml-rpc-functions.lisp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xml-rpc-functions.lisp b/xml-rpc-functions.lisp index 7deefdb..d5c1741 100644 --- a/xml-rpc-functions.lisp +++ b/xml-rpc-functions.lisp @@ -54,6 +54,7 @@ :GUID uuid :DESCRIPTION (htmlise-entry (find-entry postid)) :LINK (link-to :view :post-id postid :absolute t) + :permaLink (link-to :view :post-id postid :absolute t) :COMMENTS (link-to :view :post-id postid :absolute t) :TITLE title))) |