Skip to content
This repository was archived by the owner on Jun 3, 2021. It is now read-only.

Commit 4cee18a

Browse files
committed
Fixed ellmetha#18 -- Fixed inner rendering for url tag
1 parent e392202 commit 4cee18a

File tree

1 file changed

+0
-1
lines changed
  • precise_bbcode/bbcode/defaults

1 file changed

+0
-1
lines changed

precise_bbcode/bbcode/defaults/tag.py

-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,6 @@ class Options:
110110
def render(self, value, option=None, parent=None):
111111
href = option if option else value
112112
href = replace(href, bbcode_settings.BBCODE_ESCAPE_HTML)
113-
value = replace(value, bbcode_settings.BBCODE_ESCAPE_HTML)
114113
if '://' not in href and self._domain_re.match(href):
115114
href = 'http://' + href
116115
v = URLValidator()

0 commit comments

Comments
 (0)