You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Aziz Khoury 6682e048ea wrapImagesInLinks with <a download> attribute
if the `src` of the `img` does not have an extension, most browsers will trigger a download with whatever filename is set, also without an extension, so when it's opened in any OS, it wont have a default application to open it with.

So, In this case, if the `alt` attribute has an extension (meaning if it looks like filename) - we use that with the html5 [`download` attr](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#attr-download)

The PR does not affect any src if they have an extension.
8 years ago
..
images default cover photo for groups, #2588 11 years ago
language Admin option to allow all users to view votes (#5534) 8 years ago
less ACP: distinguish <small> from regular text 8 years ago
src wrapImagesInLinks with <a download> attribute 8 years ago
uploads tweak gitignores, closes #5250 9 years ago
vendor Merge pull request #5371 from kingjan1999/master 8 years ago
.eslintrc Resolve merge conflicts, minify only `.js` files 8 years ago
.jshintrc ESlint no-undef, remove global comments 8 years ago
503.html fix mixed content warning on 503 status page and installer 9 years ago
favicon.ico added favicon 12 years ago
js-enabled.css fixes #5141 9 years ago
logo.png fixes #3940 10 years ago