My-Little-Forum / mylittleforum

A simple PHP and MySQL based internet forum that displays the messages in classical threaded view (tree structure)
GNU General Public License v3.0
124 stars 48 forks source link

el.getAttribute("id") vs. el.id #748

Closed loesler closed 1 month ago

loesler commented 1 month ago

If an element el does not have an id, el.id returns an (empty) string but el.getAttribute("id") returns null (at least in Opera), cf. #741 A condition has been added to catch errors (when using image or code without any attribute).