summary refs log tree commit diff stats
path: root/divs/content-wrapper.php
diff options
context:
space:
mode:
authorNaglfar <naglfar@tilde.institute>2021-01-11 00:08:30 +0100
committerNaglfar <naglfar@tilde.institute>2021-01-11 00:08:30 +0100
commit90d668f5fe7b112af74234ee59b026bc7bc07274 (patch)
tree3fa432b2a36ddcaeba8ccfacbe398c2a7d966315 /divs/content-wrapper.php
parent4bf22916122e11046cf77a7dfc8868802c0ffb28 (diff)
downloadMightyWVMS-90d668f5fe7b112af74234ee59b026bc7bc07274.tar.gz
Change from array key to value
Diffstat (limited to 'divs/content-wrapper.php')
-rw-r--r--divs/content-wrapper.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/divs/content-wrapper.php b/divs/content-wrapper.php
index 9596b4d..8c4d27a 100644
--- a/divs/content-wrapper.php
+++ b/divs/content-wrapper.php
@@ -1,5 +1,5 @@
 <video controls>
-	<source src="video/<?php echo $vindex[$vid] ?>.ogv" type="video/ogg">html5 browser not found.
+	<source src="video/<?php echo $vid ?>.ogv" type="video/ogg">html5 browser not found.
 </video> 
 
 <div id="video-data"><?php echo $vdata[2].'<br>'.$cindex[$vdata[3]] ?></div>