diff options
| author | lsces <lester@lsces.co.uk> | 2016-02-07 20:34:47 +0000 |
|---|---|---|
| committer | lsces <lester@lsces.co.uk> | 2016-02-07 20:34:47 +0000 |
| commit | 982f588600b6311eea68f1b141a18a96bcdc6d28 (patch) | |
| tree | f6e661b37ebabc82289ee4e99310a7696850e288 /gallery_views/galleriffic/index.html | |
| parent | 27be7b4418c3895a3abed684c97f373f9429b038 (diff) | |
| download | fisheye-982f588600b6311eea68f1b141a18a96bcdc6d28.tar.gz fisheye-982f588600b6311eea68f1b141a18a96bcdc6d28.tar.bz2 fisheye-982f588600b6311eea68f1b141a18a96bcdc6d28.zip | |
Remove warnings about legacy HTML style
Diffstat (limited to 'gallery_views/galleriffic/index.html')
| -rw-r--r-- | gallery_views/galleriffic/index.html | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/gallery_views/galleriffic/index.html b/gallery_views/galleriffic/index.html index 39ce740..2e36b29 100644 --- a/gallery_views/galleriffic/index.html +++ b/gallery_views/galleriffic/index.html @@ -19,7 +19,7 @@ photos while conserving bandwidth. I am not so great at spelling, and it was mu <form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input type="hidden" name="cmd" value="_s-xclick"> <input type="hidden" name="hosted_button_id" value="3012662"> - <input type="image" src="https://www.paypal.com/en_US/i/btn/btn_donateCC_LG.gif" border="0" name="submit" alt=""> + <input type="image" src="https://www.paypal.com/en_US/i/btn/btn_donateCC_LG.gif" name="submit" alt=""> <img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1"> </form> </div> @@ -175,14 +175,13 @@ jQuery(document).ready(function($) { <h3>Donate</h3> - <p>If you find Galleriffic useful and would sleep better knowing you gave something back, feel free to make a donation! + <p>If you find Galleriffic useful and would sleep better knowing you gave something back, feel free to make a donation!</p> <form action="https://www.paypal.com/cgi-bin/webscr" method="post" style="text-align: center;"> <input type="hidden" name="cmd" value="_s-xclick"> <input type="hidden" name="hosted_button_id" value="3012662"> - <input type="image" src="https://www.paypal.com/en_US/i/btn/btn_donateCC_LG.gif" border="0" name="submit" alt=""> + <input type="image" src="https://www.paypal.com/en_US/i/btn/btn_donateCC_LG.gif" name="submit" alt=""> <img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1"> </form> - </p> <div id="ads"> <!-- Google Ads --> |
