gnucash-htdocs master: Multiple changes pushed

John Ralls jralls at code.gnucash.org
Sun Aug 11 14:35:22 EDT 2019


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



commit e7d8273fd5ef0497cd14a1e76a23c7b88d36cb9c
Author: John Ralls <jralls at ceridwen.us>
Date:   Sun Aug 11 11:35:15 2019 -0700

    Fix comment end tag.

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-->

commit 5edac82dd32b444a9a102a4d85760b73d1d0a638
Author: John Ralls <jralls at ceridwen.us>
Date:   Sun Aug 11 11:34:37 2019 -0700

    Revert "Fix comment end tag."
    
    This reverts commit 0ff6f8351f6b89d84b78a0b6ce47dc485bdcfac7.

diff --git a/.htaccess b/.htaccess
index 7da01f8..b80c519 100644
--- a/.htaccess
+++ b/.htaccess
@@ -8,11 +8,6 @@ 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 0b51b9a..a670456 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 -----
 1 file changed, 5 deletions(-)



More information about the gnucash-changes mailing list