This commit is contained in:
mcguirepr89
2022-03-06 13:54:40 -05:00
parent a5b38e4606
commit f9a894d5d3
6 changed files with 19 additions and 18 deletions
+1 -1
View File
@@ -103,7 +103,7 @@ $sciname = preg_replace('/ /', '_', $todaytable['Sci_Name']);
<b><a class="a2" href="https://allaboutbirds.org/guide/<?php echo $comname;?>" target="top"><?php echo $todaytable['Com_Name'];?></a></b><br>
<a class="a2" href="https://wikipedia.org/wiki/<?php echo $sciname;?>" target="top"><i><?php echo $todaytable['Sci_Name'];?></i></a><br>
<b>Confidence:</b> <?php echo $todaytable['Confidence'];?><br>
<video controls poster="<?php echo $filename.".png";?>" preload="none"><source src="<?php echo $filename;?>"></video></td>
<video controls poster="<?php echo $filename.".png";?>" preload="none" title="<?php echo $filename;?>"><source src="<?php echo $filename;?>"></video></td>
<?php }?>
</tr>
</table>