11-25-2024, 04:40 PM
(This post was last modified: 11-25-2024, 04:41 PM by gustavmahler.)
Interesting. Here's what I see in the page source:
Perhaps I should mention that the paths to those albums also contain single quotes and ampersands. Could that be an issue?
Code:
<ul id="albumsList" class="albumslist">
<li class="lib-entry active">
<img loading="lazy" src="/imagesw/thmcache/15dd8802536d940fc30b504caa282c06.jpg">
<div class="tag-cover-text">
<span class="album-name-art">Pride & Glory</span>
<span class="artist-name-art">Pride & Glory</span>
<span class="album-year"></span>
<span class="album-comment"></span>
</div>
</li>
</ul>
Perhaps I should mention that the paths to those albums also contain single quotes and ampersands. Could that be an issue?