Ignore:
Timestamp:
Feb 24, 2022 10:05:48 PM (2 years ago)
Author:
anonymous
Message:

Include boomerang in hidden input on login form so the user will be redirected if the revisit the login form after session is garbage collected. Add escape values used in html attributes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/Image.inc.php

    r502 r763  
    152152
    153153        return sprintf('<img src="%s" %s alt="%s" %s />',
    154             $src,
     154            oTxt($src),
    155155            $image_size,
    156156            oTxt($alt),
Note: See TracChangeset for help on using the changeset viewer.