From 1c6e156c8afe30f0be791da08222c25c74d405b8 Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Mon, 10 Feb 2025 11:49:08 -0800 Subject: [PATCH] videos: simplify the video microformat tags Use the existing HTML elements instead of creating separate ones for contentUrl and thumbnailUrl. --- docs/videos/mkvideos.pl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/videos/mkvideos.pl b/docs/videos/mkvideos.pl index 361c5a96dd..b850679717 100644 --- a/docs/videos/mkvideos.pl +++ b/docs/videos/mkvideos.pl @@ -37,8 +37,7 @@ sub onevideo { } return "". "
\n". - " \"Thumbnail \n". - "
\n". + " \"Thumbnail
\n". "$video

$duration, $date$slides

\n". "$desc by $who$event$keywords

". "
";