This is an automated email from the ASF dual-hosted git repository. marcus 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 614bb7d Added tags to please th W3C Validator 614bb7d is described below commit 614bb7d3a4a08e79714e602fb3d3374f2d59a7db Author: Marcus <mar...@apache.org> AuthorDate: Sat May 15 14:09:36 2021 +0200 Added tags to please th W3C Validator --- templates/page.gsp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/page.gsp b/templates/page.gsp index 50d769c..87e9f44 100644 --- a/templates/page.gsp +++ b/templates/page.gsp @@ -14,9 +14,10 @@ if (content.image_css || content.list_css) { include "markdown_css.gsp"; } - %><!--#include virtual="/doctype.html" --> +%><!--#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}