Skip to content

Commit fba59d6

Browse files
authored
raw string please (#1366)
1 parent d81414c commit fba59d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pcweb/templates/docpage/docpage.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919

2020
def right_sidebar_item_highlight():
21-
return """
21+
return r"""
2222
function setupTableOfContentsHighlight() {
2323
// Delay to ensure DOM is fully loaded
2424
setTimeout(() => {

0 commit comments

Comments
 (0)