still WIP!

This commit is contained in:
Ashley 2022-11-18 12:05:56 +00:00
parent af57f2bf8a
commit 0789cb2a3a

View file

@ -260,12 +260,11 @@ 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;">
<% } %> <% } %> <% } %> <% } %>