Skip to content

Commit 9ae85d9

Browse files
authored
Discard changes to htmltools/_util.py
1 parent 75bbd6a commit 9ae85d9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

htmltools/_util.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,10 @@ def html_escape(text: str, attr: bool = False) -> str:
123123
return text
124124

125125

126+
# Backwards compatibility with faicons 0.2.1
127+
_html_escape = html_escape
128+
129+
126130
# similar to base::system.file()
127131
def package_dir(package: str) -> str:
128132
with tempfile.TemporaryDirectory():

0 commit comments

Comments
 (0)