You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ja...@apache.org on 2021/10/29 14:58:06 UTC

[ofbiz-site] 01/03: Remove misplaced string at the beginning of the file.

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

jacopoc pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ofbiz-site.git

commit eada1e8bec53dd3e113f13abcb8701cd9fdaa773
Author: Jacopo Cappellato <ja...@gmail.com>
AuthorDate: Fri Oct 29 16:43:05 2021 +0200

    Remove misplaced string at the beginning of the file.
---
 template/page/release-notes-17.12.06.tpl.php | 2 +-
 template/page/release-notes-17.12.07.tpl.php | 2 +-
 template/page/release-notes-17.12.08.tpl.php | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/template/page/release-notes-17.12.06.tpl.php b/template/page/release-notes-17.12.06.tpl.php
index 94cb26d..1223aa3 100644
--- a/template/page/release-notes-17.12.06.tpl.php
+++ b/template/page/release-notes-17.12.06.tpl.php
@@ -1,4 +1,4 @@
-17.12.06<?php //Variable declarations for region templates
+<?php //Variable declarations for region templates
   $head_title = '<title>The Apache OFBiz&reg; Project - Release Notes 17.12.06</title>';
 ?>
  <!-- page content -->
diff --git a/template/page/release-notes-17.12.07.tpl.php b/template/page/release-notes-17.12.07.tpl.php
index 7a5a20c..91bb8f6 100644
--- a/template/page/release-notes-17.12.07.tpl.php
+++ b/template/page/release-notes-17.12.07.tpl.php
@@ -1,4 +1,4 @@
-17.12.06<?php //Variable declarations for region templates
+<?php //Variable declarations for region templates
   $head_title = '<title>The Apache OFBiz&reg; Project - Release Notes 17.12.07</title>';
 ?>
  <!-- page content -->
diff --git a/template/page/release-notes-17.12.08.tpl.php b/template/page/release-notes-17.12.08.tpl.php
index d202738..2bd59a6 100644
--- a/template/page/release-notes-17.12.08.tpl.php
+++ b/template/page/release-notes-17.12.08.tpl.php
@@ -1,4 +1,4 @@
-17.12.06<?php //Variable declarations for region templates
+<?php //Variable declarations for region templates
   $head_title = '<title>The Apache OFBiz&reg; Project - Release Notes 17.12.08</title>';
 ?>
  <!-- page content -->