Skip to content

Commit

Permalink
Wrong quotes on gallery <img>s.
Browse files Browse the repository at this point in the history
Signed-off-by: Robin Davies <rerdavies@gmail.com>
  • Loading branch information
rerdavies authored Aug 21, 2024
1 parent 1e51851 commit 0884dc0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/_includes/gallery.html
Original file line number Diff line number Diff line change
Expand Up @@ -201,8 +201,8 @@
+ "px; left: 0px; top: 0px; opacity: 0.0;"
+ " display: flex; flex-flow: row none; justify-content: space-between;align-items: end; padding:20; opacity: 0.8;'>");
{
document.writeln("<div><span style='cursor: default;font-size: 52px;color: #444;'><img src="img/arrow_back.svg"/></span></div>");
document.writeln("<div><span style='cursor: default;font-size: 52px;color: #444;'><img src="img/arrow_forward.svg"/></span></div>");
document.writeln("<div><span style='cursor: default;font-size: 52px;color: #444;'><img src='img/arrow_back.svg'/></span></div>");
document.writeln("<div><span style='cursor: default;font-size: 52px;color: #444;'><img src='img/arrow_forward.svg'/></span></div>");
}

document.writeln("</div>");
Expand All @@ -226,4 +226,4 @@

window.addEventListener('resize', galleryWindowResize);
}
</script>
</script>

0 comments on commit 0884dc0

Please sign in to comment.