1
0
Fork 0
mirror of https://codeberg.org/ashley/poke.git synced 2024-11-17 11:34:39 -05:00

still WIP!

This commit is contained in:
Ashley 2022-11-18 12:05:56 +00:00
parent 8ebca9a212
commit 963386f59d

View file

@ -260,13 +260,12 @@ video[counter].classList.add("shake");
<% if (j.Search.Results.DynamicItem) { %> <% if (j.Search.Results.DynamicItem) { %>
<% if (j.Search.Results.DynamicItem.id == "didYouMeanRenderer") { %> <% if (j.Search.Results.DynamicItem.id == "didYouMeanRenderer") { %>
<div style="text-align: left;margin-left: 14.5em;"> <div style="text-align: left;margin-left: 15.5em;">
<p> <p>
Did you mean: <a href="/search?query=<%= h.correctedQueryEndpoint.searchEndpoint.query %>"><i><%= h.correctedQueryEndpoint.searchEndpoint.query %></i></a> :3 Did you mean: <a href="/search?query=<%= h.correctedQueryEndpoint.searchEndpoint.query %>"><i><%= h.correctedQueryEndpoint.searchEndpoint.query %></i></a> :3
</p> </p>
</div> </div>
<hr style="clear: both;display: block;border: none;border-bottom: 0.5px solid #2f2f2f;margin: 0 14.5em;/*! width: 4.5em; */height: 0;">
<% } %> <% } %> <% } %> <% } %>
</center> </center>