summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/html.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/html.cc b/src/html.cc
index 46e7cfb8..4f5d51b5 100644
--- a/src/html.cc
+++ b/src/html.cc
@@ -2532,6 +2532,7 @@ static void Html_tag_open_video(DilloHtml *html, const char *tag, int tagsize)
MSG("<video> not handled when already inside a media element.\n");
return;
}
+ /* TODO: poster attr */
if ((attrbuf = a_Html_get_attr(html, tag, tagsize, "src"))) {
url = a_Html_url_new(html, attrbuf, NULL, 0);