Skip to content
This repository has been archived by the owner on Aug 21, 2020. It is now read-only.

Commit

Permalink
fixes for <syntax block=yes> case
Browse files Browse the repository at this point in the history
  • Loading branch information
Cliff Wells committed Apr 26, 2012
1 parent b2aa6a6 commit f3cdb57
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions nginx-wiki.rules
Expand Up @@ -75,8 +75,6 @@ collapsible = "wikitable mw-collapsible mw-collapsed"
sanitize = True
collapse = True
strip = True
# _isblock = elem.get ('block') == 'yes'
# format = "{{ {0} }}" if _isblock else None
_prev = elem.getprevious ().tag if elem.getprevious () is not None else elem.getparent ().tag
_name = "'''{0}''' ".format (elem.xpath ('ancestor::directive')[0].get ('name'))
_tag = elem.tag.capitalize ().replace ('-', ' ')
Expand Down

0 comments on commit f3cdb57

Please sign in to comment.