[svn] Mark <embed href=...> as external.

This commit is contained in:
hniksic 2001-12-12 23:18:59 -08:00
parent b9f370004d
commit 3ddcea34a4
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2001-12-13 Hrvoje Niksic <hniksic@arsdigita.com>
* html-url.c (tag_url_attributes): Mark <embed href=...> as
external.
2001-12-12 Hrvoje Niksic <hniksic@arsdigita.com>
* url.c (get_urls_file): Cosmetic changes.

View File

@ -120,7 +120,7 @@ static struct {
{ TAG_AREA, "href", TUA_EXTERNAL },
{ TAG_BGSOUND, "src", 0 },
{ TAG_BODY, "background", 0 },
{ TAG_EMBED, "href", 0 },
{ TAG_EMBED, "href", TUA_EXTERNAL },
{ TAG_EMBED, "src", 0 },
{ TAG_FIG, "src", 0 },
{ TAG_FRAME, "src", 0 },