Skip to content

Commit a6be605

Browse files
Dale KunceDale Kunce
authored andcommitted
Fix corrupted image tag in helper-map.html
- Repair malformed img tag with corrupted alt attribute - Remove JavaScript code that was incorrectly embedded in the alt text - Restore proper alt attribute reference to site.data[locale].img-alt.helper - Ensures helper.svg image loads correctly on helper map page Fixes potential broken image display on mapathon support page.
1 parent 6031b58 commit a6be605

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

app/_includes/helper-map.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@
33
<div id="helper-map-contents">
44
<div class="row">
55
<div class="columns">
6-
<div><img src="{{ site.baseurl }}/assets/graphics/content/process/helper.svg" alt="{ const osmHtml = (username) => {
7-
return `<a target="_blank" href="http://www.openstreetmap.org/user/${username}"><i class="fas fa-fw fa-user-circle" aria-hidden="true"></i></a>`;
8-
};te.data[locale].img-alt.helper}}"/></div>
6+
<div><img src="{{ site.baseurl }}/assets/graphics/content/process/helper.svg" alt="{{site.data[locale].img-alt.helper}}"/></div>
97
<div class="sub-head">{{site.data[locale].helper-map.title}}</div>
108
<div class="about-textbox" style="padding-bottom:20px;text-align:center;">
119
<p style="text-align: center">{{site.data[locale].helper-map.description}}</p><br>

0 commit comments

Comments
 (0)