Skip to content

Commit

Permalink
* fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ojii committed Jan 11, 2010
1 parent 5312e4c commit 2f9f462
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bbtags/web.py
Expand Up @@ -28,7 +28,7 @@ def parse(self):
else:
inner = ''
for node in self.nodes:
if node.is_text_node or isinstance(AutoDetectURL):
if node.is_text_node or isinstance(node, AutoDetectURL):
inner += node.raw_content
else:
soft_raise("Url tag cannot have nested tags without an argument.")
Expand Down

0 comments on commit 2f9f462

Please sign in to comment.