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 89f775c Move up /css/ooo.css
89f775c is described below
commit 89f775caa8fd14e5c5c1b352efaf4fef8bbb0e6e
Author: Dave Fisher <[email protected]>
AuthorDate: Sun Nov 15 11:32:17 2020 -0800
Move up /css/ooo.css
---
templates/page.gsp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/templates/page.gsp b/templates/page.gsp
index c720f62..29b6f6e 100644
--- a/templates/page.gsp
+++ b/templates/page.gsp
@@ -18,8 +18,8 @@
<html>
<head>
<% if (content.header) { %>
- ${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">