Skip to content

Commit

Permalink
fix text/xml match
Browse files Browse the repository at this point in the history
  • Loading branch information
thepian committed Apr 14, 2012
1 parent 7ddc810 commit e74cf3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpages/browsers.py
Expand Up @@ -337,7 +337,7 @@ def expand(self,header,content,markup=None,config=None):

if markup == "scss":
content = self.expandScss(header,content,config=config)
elif markup == ("text","xml"):
elif markup in ("text","xml"):
pass #TODO consider what to do
elif markup == "html":
soup = None
Expand Down

0 comments on commit e74cf3a

Please sign in to comment.