Skip to content

Commit fa7ecef

Browse files
committed
Be more generic when checking for refreshes
1 parent 26bbc0a commit fa7ecef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generate_indexes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def main():
3939
'<img class="logo" src="_static/sympylogo.png" alt="Logo"/>',
4040
'</a></p>'
4141
]
42-
redirect = ' <meta http-equiv="refresh" content="0;URL=/latest/index.html" />'
42+
redirect = 'http-equiv="refresh"'
4343
contexti = 0
4444
for linei, line in enumerate(lines):
4545
# Did we match all we need to match?

0 commit comments

Comments
 (0)