mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-17 11:34:39 -05:00
still WIP!
This commit is contained in:
parent
8ebca9a212
commit
963386f59d
1 changed files with 2 additions and 3 deletions
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue