We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9c31ab commit 66cee17Copy full SHA for 66cee17
docs/generate_index_html.sh
@@ -25,7 +25,7 @@ echo '<!DOCTYPE html>
25
26
<p>Documentation by branch/tag:</p>
27
<ul>'
28
-ls | grep --invert-match index.html | sed 's/^.*/<li><a href="&">v&<\/a><\/li>/'
+ls | grep --invert-match index.html | sed 's/^.*/<li><a href="&">&<\/a><\/li>/'
29
echo ' </ul>
30
</div>
31
<script>
0 commit comments