Skip to content

Commit

Permalink
version dropdown fix; reverts apache#12482; lesser of evils
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronmarkham committed Sep 11, 2018
1 parent 4337a95 commit b1c424d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/build_version_doc/AddVersion.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
navbar.append(version_str)
navbar_mobile.append(version_str_mobile)
# The following causes rendering errors in code blocks; refer to #12168
#outstr = str(content).replace('&lt;', '<').replace('&gt;', '>')
outstr = str(content).replace('&lt;', '<').replace('&gt;', '>')
# Fix link
if args.current_version == tag_list[0]:
print("Fixing " + os.path.join(path, name))
Expand Down Expand Up @@ -114,4 +114,3 @@

with open(os.path.join(path, name), "w") as outf:
outf.write(outstr)

0 comments on commit b1c424d

Please sign in to comment.