improved auth.wiki @{/a/c/f/args}

This commit is contained in:
mdipierro
2012-08-18 17:50:50 -05:00
parent d9ff342ed0
commit 1a5efa3dd3
4 changed files with 16 additions and 8 deletions
+2
View File
@@ -1358,6 +1358,8 @@ class A(DIV):
tag = 'a'
def xml(self):
if not self.components and self['_href']:
self.append(self['_href'])
if self['delete']:
d = "jQuery(this).closest('%s').remove();" % self['delete']
else: