Introduction
Introduction Statistics Contact Development Disclaimer Help
potatothumb: remove "_broken" URL suffix used for testing - jscancer - Javascri…
git clone git://git.codemadness.org/jscancer
Log
Files
Refs
README
LICENSE
---
commit 19e7513dd8e720e3aff80e70cbcaf38608a3efd7
parent 57de4ff819f5ba51cd3973929c0f638817a874bf
Author: Hiltjo Posthuma <[email protected]>
Date: Fri, 28 Apr 2023 12:19:36 +0200
potatothumb: remove "_broken" URL suffix used for testing
Diffstat:
M potatothumb/potato.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/potatothumb/potato.sh b/potatothumb/potato.sh
@@ -21,7 +21,7 @@ image2html() {
"webp:-" | base64 | tr -d '\n')
echo "<div style=\"display:inline-block;background:${bgcolor} url('dat…
- echo "<img src=\"$1_broken\" width=\"$w\" height=\"$h\" alt=\"\" loadi…
+ echo "<img src=\"$1\" width=\"$w\" height=\"$h\" alt=\"\" loading=\"la…
echo "</div>"
}
You are viewing proxied material from codemadness.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.