Обсуждение: Properly close tags and set alt attribute

Поиск
Список
Период
Сортировка

Properly close tags and set alt attribute

От
Daniel Gustafsson
Дата:
Noticed that we had some <img> tags that weren’t closed with <img ..  />, which
is illegal in XHTML (it is however legal in HTML).  The attached patch closes
all tags I found, and sets the missing alt=“” attributes on them where
applicable.

cheers ./daniel


Вложения

Re: Properly close tags and set alt attribute

От
Magnus Hagander
Дата:


On Tue, Jan 30, 2018 at 4:31 PM, Daniel Gustafsson <daniel@yesql.se> wrote:
Noticed that we had some <img> tags that weren’t closed with <img ..  />, which
is illegal in XHTML (it is however legal in HTML).  The attached patch closes
all tags I found, and sets the missing alt=“” attributes on them where
applicable.

Applied, thanks. 

--