Wrong quotes on gallery <img>s.
Signed-off-by: Robin Davies <rerdavies@gmail.com>
This commit is contained in:
@@ -201,8 +201,8 @@
|
|||||||
+ "px; left: 0px; top: 0px; opacity: 0.0;"
|
+ "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;'>");
|
+ " 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_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_forward.svg'/></span></div>");
|
||||||
}
|
}
|
||||||
|
|
||||||
document.writeln("</div>");
|
document.writeln("</div>");
|
||||||
|
|||||||
Reference in New Issue
Block a user