Skip to content

Commit 7e4e3cc

Browse files
bastbnlAdriaan
authored andcommitted
alt="hello" was not the best idea for screenreaders
1 parent 7af7cf0 commit 7e4e3cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

simpleanalytics/templatetags/simpleanalytics_tags.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
# Installs the simpleanalytics noscript pixel wrapped in an noscript block
4545
register.simple_tag(
4646
func=lambda *args, **kwargs: mark_safe(
47-
'<noscript><img src="{img}" alt="hello"></noscript>'.format(
47+
'<noscript><img src="{img}" alt=""></noscript>'.format(
4848
img=_img_element,
4949
),
5050
),

0 commit comments

Comments
 (0)