This is an automated email from the ASF dual-hosted git repository.
pawan pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/ofbiz-site.gitThe following commit(s) were added to refs/heads/master by this push:
new b0a9474 Improved: Used h3 instead of Strong tag, also corrected typo.(OFBIZ-11888)
b0a9474 is described below
commit b0a9474bec766a08b236522da0738575df6e5e95
Author: Pawan Verma <
[hidden email]>
AuthorDate: Fri Jul 17 15:52:58 2020 +0530
Improved: Used h3 instead of Strong tag, also corrected typo.(OFBIZ-11888)
Thanks, Pritam for the report.
---
developers.html | 2 +-
template/page/developers.tpl.php | 2 +-
template/region/header.tpl.php | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/developers.html b/developers.html
index ee909ff..a2e72f9 100644
--- a/developers.html
+++ b/developers.html
@@ -267,7 +267,7 @@
<li><i class="icon-pin"></i> <a href="//cwiki.apache.org/confluence/display/OFBIZ/Technical+Documentation" target="external"><strong>OFBiz Technical Documentation</strong></a></li>
<li><i class="icon-pin"></i> <a href="//cwiki.apache.org/confluence/display/OFBIZ/FAQ+-+Tips+-+Tricks+-+Cookbook+-+HowTo" target="external"><strong>Developer and Technical FAQs</strong></a></li>
</ul>
- <strong>OFBiz API Reference</strong>
+ <h3>OFBiz API Reference</h3>
<ul class="iconsList">
<li title="Trunk API Reference">
<i class="icon-pin"></i> <a href="//ci.apache.org/projects/ofbiz/site/trunk/javadocs/" target="external"><strong>Trunk API Reference</strong></a></li>
diff --git a/template/page/developers.tpl.php b/template/page/developers.tpl.php
index f9abe8a..59893ae 100644
--- a/template/page/developers.tpl.php
+++ b/template/page/developers.tpl.php
@@ -157,7 +157,7 @@
<li><i class="icon-pin"></i> <a href="//cwiki.apache.org/confluence/display/OFBIZ/Technical+Documentation" target="external"><strong>OFBiz Technical Documentation</strong></a></li>
<li><i class="icon-pin"></i> <a href="//cwiki.apache.org/confluence/display/OFBIZ/FAQ+-+Tips+-+Tricks+-+Cookbook+-+HowTo" target="external"><strong>Developer and Technical FAQs</strong></a></li>
</ul>
- <strong>OFBiz API Reference</strong>
+ <h3>OFBiz API Reference</h3>
<ul class="iconsList">
<li title="Trunk API Reference">
<i class="icon-pin"></i> <a href="//ci.apache.org/projects/ofbiz/site/trunk/javadocs/" target="external"><strong>Trunk API Reference</strong></a></li>
diff --git a/template/region/header.tpl.php b/template/region/header.tpl.php
index 7f13028..f23a3b7 100644
--- a/template/region/header.tpl.php
+++ b/template/region/header.tpl.php
@@ -40,7 +40,7 @@
<li title="Next Release API Reference">
<a href="//ci.apache.org/projects/ofbiz/site/next/javadocs/" target="external">Next Release API</a></li>
</li>
- </ul>/home/pawan/ofbiz_dev/ofbiz-site/template/region/header.tpl.php
+ </ul>
</li>
</ul>
</li>