commit f594383309f92cb9c218399cff5a8189462c7ab1 Author: Sebastian Hahn sebastian@torproject.org Date: Mon Jul 20 17:57:06 2015 +0200
Use IMGROOT consistently --- press/en/video.wml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/press/en/video.wml b/press/en/video.wml index 0bef1fc..62dc4d3 100644 --- a/press/en/video.wml +++ b/press/en/video.wml @@ -25,7 +25,7 @@ </p> <div style="text-align:center;">
-<video width="500" height="281" controls preload="none" poster="images/tor-animation.jpg"> +<video width="500" height="281" controls preload="none" poster="$(IMGROOT)/tor-animation.jpg"> <source src="https://media.torproject.org/video/2015-03-animation/HQ/Tor_Animation_en.webm" type="video/webm"> <track label="English" kind="captions" src="https://people.torproject.org/~nima/03-2015-Tor-Animation/subs/vtt/en.vtt" srclang="en" default> </video>
tor-commits@lists.torproject.org