gnucash-htdocs beta: features-4.0 fix video element.

John Ralls jralls at code.gnucash.org
Fri Jun 26 16:01:08 EDT 2020


Updated	 via  https://github.com/Gnucash/gnucash-htdocs/commit/bcf3fbe2 (commit)
	from  https://github.com/Gnucash/gnucash-htdocs/commit/bb584a16 (commit)



commit bcf3fbe2e3ab0257913c9d171822d565e2f50f9a
Author: John Ralls <jralls at ceridwen.us>
Date:   Fri Jun 26 13:00:55 2020 -0700

    features-4.0 fix video element.

diff --git a/new_features-4.0.phtml b/new_features-4.0.phtml
index b82855b..e897a1a 100644
--- a/new_features-4.0.phtml
+++ b/new_features-4.0.phtml
@@ -30,7 +30,7 @@ include("$top_dir/externals/menu.phtml");
         <div>
             <div class=center>
                 <video class="featureimage" controls>
-                    <source><?=$top_dir?>/images/4.0-release/select_account.mp4</source>
+                    <source src="<?=$top_dir?>/images/4.0-release/select_account.mp4" type="video/mp4">
                     <?php echo T_("[Video showing two ways to filter accounts]");?>
                 </video>
             </div>



Summary of changes:
 new_features-4.0.phtml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



More information about the gnucash-changes mailing list