File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 11import re
2- from html import unescape
32
43from bs4 import BeautifulSoup , Comment , Tag
54from django .template .loader import render_to_string
@@ -260,7 +259,6 @@ def slightly_modernize_legacy_library_doc_page(content):
260259 el .getparent ().remove (el )
261260
262261 content = html .tostring (root , encoding = "unicode" , method = "html" )
263- content = unescape (content ) # avoid escaping special characters like ń
264262 return content .replace ("https://www.boost.org/doc/libs/" , "/doc/libs/" )
265263
266264
Original file line number Diff line number Diff line change @@ -471,6 +471,7 @@ def normalize_boost_doc_path(content_path: str) -> str:
471471 # Add a header to these, but no wrapper.
472472 "libs/array" ,
473473 "libs/assert" ,
474+ "libs/bloom" ,
474475 "libs/charconv" ,
475476 "libs/cobalt" ,
476477 "libs/compat" ,
You can’t perform that action at this time.
0 commit comments