gnucash-htdocs beta: new_features-4.0: Fix missing quotes

John Ralls jralls at code.gnucash.org
Fri Jun 26 17:02:42 EDT 2020


Updated	 via  https://github.com/Gnucash/gnucash-htdocs/commit/61c9c7b1 (commit)
	from  https://github.com/Gnucash/gnucash-htdocs/commit/2c0f81df (commit)



commit 61c9c7b19adbc23752fe49ddac9aafbc608837dd
Author: John Ralls <jralls at ceridwen.us>
Date:   Fri Jun 26 14:02:34 2020 -0700

    new_features-4.0: Fix missing quotes

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



Summary of changes:
 new_features-4.0.phtml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)



More information about the gnucash-changes mailing list