Skip to content

Commit 70c4f08

Browse files
author
Raileen Del Rosario
committed
fixing concatenation error
1 parent 765af33 commit 70c4f08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

views/pages/index_examples_list.ejs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
id=<%= `${apiPrefix}example`.concat("0".repeat(3 - example.ExampleNumber.toString().length)).concat(example.ExampleNumber) %>
3030
>
3131
<a
32-
href=<%= apiPrefix.concat("0".repeat(3 - example.ExampleNumber.toString().length)).concat(example.ExampleNumber) %>>
32+
href=<%=`${apiPrefix}eg`.concat("0".repeat(3 - example.ExampleNumber.toString().length)).concat(example.ExampleNumber) %>>
3333
<%= example.ExampleName %>
3434
</a>
3535
</h4>

0 commit comments

Comments
 (0)