diff options
author | ArthurHoaro <arthur@hoa.ro> | 2016-11-05 15:12:23 +0100 |
---|---|---|
committer | ArthurHoaro <arthur@hoa.ro> | 2016-11-05 15:13:32 +0100 |
commit | 989aa439dd813ecd1bad8717754fb60156333836 (patch) | |
tree | 11ad758d1c72824f6aac077ecac58da162717657 /plugins/archiveorg | |
parent | 849d1650c1af853162b749af896c20bb25d4a4e8 (diff) | |
download | Shaarli-989aa439dd813ecd1bad8717754fb60156333836.tar.gz Shaarli-989aa439dd813ecd1bad8717754fb60156333836.tar.zst Shaarli-989aa439dd813ecd1bad8717754fb60156333836.zip |
Plugins W3C compliance
Add an alt attribute to images
Diffstat (limited to 'plugins/archiveorg')
-rw-r--r-- | plugins/archiveorg/archiveorg.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/archiveorg/archiveorg.html b/plugins/archiveorg/archiveorg.html index 576bd46e..0781fe35 100644 --- a/plugins/archiveorg/archiveorg.html +++ b/plugins/archiveorg/archiveorg.html | |||
@@ -1 +1 @@ | |||
<span><a href="https://web.archive.org/web/%s"><img class="linklist-plugin-icon" src="plugins/archiveorg/internetarchive.png" title="View on archive.org" /></a></span> | <span><a href="https://web.archive.org/web/%s"><img class="linklist-plugin-icon" src="plugins/archiveorg/internetarchive.png" title="View on archive.org" alt="archive.org" /></a></span> | ||