Skip to content

Commit

Permalink
[BUGFIX] in run_64-Process-Html.py
Browse files Browse the repository at this point in the history
  • Loading branch information
marble committed Jan 21, 2021
1 parent 32be5f5 commit 6064e37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 20-Postprocess/run_64-Process-Html.py
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ def process_html_file(folder, relpath):
change_it = False
if change_it:
src_new = statics_path_re.sub(statics_path_replacement, src)
script['src'] = src_new
img['src'] = src_new
soup_modified = True
replaced_static_paths[src] = src_new

Expand Down

0 comments on commit 6064e37

Please sign in to comment.