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.
2 parents 765af33 + 70c4f08 commit 98ab183Copy full SHA for 98ab183
views/pages/index_examples_list.ejs
@@ -29,7 +29,7 @@
29
id=<%= `${apiPrefix}example`.concat("0".repeat(3 - example.ExampleNumber.toString().length)).concat(example.ExampleNumber) %>
30
>
31
<a
32
- href=<%= apiPrefix.concat("0".repeat(3 - example.ExampleNumber.toString().length)).concat(example.ExampleNumber) %>>
+ href=<%=`${apiPrefix}eg`.concat("0".repeat(3 - example.ExampleNumber.toString().length)).concat(example.ExampleNumber) %>>
33
<%= example.ExampleName %>
34
</a>
35
</h4>
0 commit comments