gnucash-htdocs master: Fix comment end tag.

John Ralls jralls at code.gnucash.org
Sun Aug 11 14:12:32 EDT 2019


Updated	 via  https://github.com/Gnucash/gnucash-htdocs/commit/0ff6f835 (commit)
	from  https://github.com/Gnucash/gnucash-htdocs/commit/68880715 (commit)



commit 0ff6f8351f6b89d84b78a0b6ce47dc485bdcfac7
Author: John Ralls <jralls at ceridwen.us>
Date:   Sun Aug 11 11:12:24 2019 -0700

    Fix comment end tag.

diff --git a/.htaccess b/.htaccess
index b80c519..7da01f8 100644
--- a/.htaccess
+++ b/.htaccess
@@ -8,6 +8,11 @@ AddType application/x-httpd-php .phtml
 # users will get due to external sites linking
 # to obsolete locations.
 
+
+RewriteEngine On
+RewriteCond %{HTTPS} off
+RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
+
 # The old website was kept here for historical purposes.
 # Any attempt to access it will be redirected to the
 # new site's main page.
diff --git a/externals/header.phtml b/externals/header.phtml
index a670456..0b51b9a 100644
--- a/externals/header.phtml
+++ b/externals/header.phtml
@@ -88,7 +88,7 @@
                data-send="false" data-layout="box_count" data-width="60"
                data-show-faces="true" data-font="verdana">
           </div>
-        </div> End of FIXME -> <!-- facebook like button-->
+        </div> End of FIXME --> <!-- facebook like button-->
       </div> <!-- socialbuttons -->
 
       <!-- the icons on the top right-->



Summary of changes:
 .htaccess              | 5 +++++
 externals/header.phtml | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)



More information about the gnucash-changes mailing list