We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c8baab commit a9c31abCopy full SHA for a9c31ab
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="&">&<\/a><\/li>/'
+ls | grep --invert-match index.html | sed 's/^.*/<li><a href="&">v&<\/a><\/li>/'
29
echo ' </ul>
30
</div>
31
<script>
0 commit comments