This is an automated email from the ASF dual-hosted git repository.

wave pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/openoffice-org.git


The following commit(s) were added to refs/heads/main by this push:
     new e51112b  Update page.gsp
     new 854ae35  Merge pull request #12 from jeanmicoste/patch-10
e51112b is described below

commit e51112b0c21eff7c22944c97eb3662752bbd976b
Author: jeanmicoste <[email protected]>
AuthorDate: Mon Apr 12 01:25:22 2021 +0200

    Update page.gsp
---
 templates/page.gsp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/templates/page.gsp b/templates/page.gsp
index 1646e6d..c4a815b 100644
--- a/templates/page.gsp
+++ b/templates/page.gsp
@@ -17,12 +17,12 @@
 %><!--#include virtual="/doctype.html" -->
 <html>
   <head>
+    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
     <% if (content.header) { %>
     <link href="/css/ooo.css" rel="stylesheet" type="text/css">
     ${content.header}
     <% }  else { %>
     <title>${content.title}</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
     <link href="/css/ooo.css" rel="stylesheet" type="text/css">
     <% if (content.css) { %>
     <link href="${content.css}" rel="stylesheet" type="text/css">

Reply via email to