Skip to content

Commit

Permalink
updating to work with django.
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Drackett committed Oct 9, 2009
1 parent ae68fbc commit c7c37d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions.py
Expand Up @@ -949,7 +949,7 @@ def fTextile(self, match):
return ''.join([before, self.shelve(notextile), after])


def textile(text, head_offset=0, html_type='xhtml'):
def textile(text, head_offset=0, html_type='xhtml', encoding=None, output=None):
"""
this function takes additional parameters:
head_offset - offset to apply to heading levels (default: 0)
Expand Down

0 comments on commit c7c37d5

Please sign in to comment.