1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
From: =?utf-8?q?David_Pr=C3=A9vot?= <david@tilapin.org>
Date: Wed, 13 Nov 2019 19:00:12 -1000
Subject: =?utf-8?q?Don=E2=80=99t_fetch_placeholder_on_the_Internet?=
Forwarded: not-needed
---
example/examples/sumo/index.htm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/example/examples/sumo/index.htm b/example/examples/sumo/index.htm
index 7faad76..e1164ad 100644
--- a/example/examples/sumo/index.htm
+++ b/example/examples/sumo/index.htm
@@ -48,7 +48,7 @@
<td class="headerContent">
<!-- // Begin Module: Standard Header Image \\ -->
- <img src="http://placehold.it/320x100" style="max-width:320px;" id="headerImage campaign-icon" mc:label="header_image" mc:edit="header_image" mc:allowdesigner mc:allowtext />
+ <img src="320x100" style="max-width:320px;" id="headerImage campaign-icon" mc:label="header_image" mc:edit="header_image" mc:allowdesigner mc:allowtext />
<!-- // End Module: Standard Header Image \\ -->
</td>
|