Remove the id from youtube_simple
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Wed, 23 May 2018 08:24:01 +0000 (10:24 +0200)
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Wed, 23 May 2018 08:24:01 +0000 (10:24 +0200)
For now, anyway.

See #4751

tpl/tplimpl/embedded/templates.autogen.go
tpl/tplimpl/embedded/templates/shortcodes/youtube_simple.html

index 3f55d20864083a38e2905678e55573c4a93e9623..9498d8f87cc4090ca0381a0c38eceac656b735aa 100644 (file)
@@ -342,8 +342,7 @@ M66.52,7.74c-0.78-2.93-2.49-5.41-5.42-6.19C55.79,.13,34,0,34,0S12.21,.13,6.9,1.5
 {{ template "__h_simple_css" $ }}
 {{ end }}
 {{ $secondClass := "s_youtube_simple" }}
-{{ $divID := printf "%s_%d" $secondClass (add $.Ordinal 1) }}
-<div class="{{ $secondClass }} {{ $class }}" id="{{ $divID }}">
+<div class="{{ $secondClass }} {{ $class }}">
 {{ $tb := printf "//i.ytimg.com/vi/%s/" $id }}
 <a href="//youtube.com/watch?v={{ $id | safeHTMLAttr }}" target="_blank">
      <img src="{{ printf "%smaxresdefault.jpg" $tb }}" srcset="{{ printf "%shqdefault.jpg" $tb }} 1x {{ printf "%smaxresdefault.jpg" $tb }} 2x" alt="Video">
index 4c4629a081f014e8e757fd317966b4bf149a742b..641bd124b89bbfe41e1bcc9dd7cefef315645399 100644 (file)
@@ -7,8 +7,7 @@
 {{ template "__h_simple_css" $ }}
 {{ end }}
 {{ $secondClass := "s_youtube_simple" }}
-{{ $divID := printf "%s_%d" $secondClass (add $.Ordinal 1) }}
-<div class="{{ $secondClass }} {{ $class }}" id="{{ $divID }}">
+<div class="{{ $secondClass }} {{ $class }}">
 {{ $tb := printf "//i.ytimg.com/vi/%s/" $id }}
 <a href="//youtube.com/watch?v={{ $id | safeHTMLAttr }}" target="_blank">
      <img src="{{ printf "%smaxresdefault.jpg" $tb }}" srcset="{{ printf "%shqdefault.jpg" $tb }} 1x {{ printf "%smaxresdefault.jpg" $tb }} 2x" alt="Video">