[
https://issues.apache.org/jira/browse/OFBIZ-587?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12486872 ]
Jacopo Cappellato commented on OFBIZ-587:
-----------------------------------------
Stefan,
is it possible for you to submit an updated patch? I promise I will take care of it.
Also, the format of the last patch is not the standard one and I cannot apply it as is. It seems that the "Index:" sections are missing.
For an example of a valid patch have a look at the following one:
Index: startofbiz.sh
===================================================================
--- startofbiz.sh (revision 525678)
+++ startofbiz.sh (working copy)
@@ -23,7 +23,7 @@
ADMIN_KEY=so3du5kasd5dn
# console log file
-OFBIZ_LOG=framework/logs/console.log
+OFBIZ_LOG=runtime/logs/console.log
# delete the last log
rm -f $OFBIZ_LOG
> Change all <div class="head1|head2|head3"> to <h1|h2|h3>
> --------------------------------------------------------
>
> Key: OFBIZ-587
> URL:
https://issues.apache.org/jira/browse/OFBIZ-587> Project: OFBiz (The Open for Business Project)
> Issue Type: Sub-task
> Components: accounting, content, ecommerce, framework, hhfacility, humanres, manufacturing, marketing, order, party, product, workeffort
> Reporter: Jacopo Cappellato
> Priority: Minor
> Attachments: ofbiz_ftl_cleanup1a.diff
>
>
> Change all the :
> <div class="head1"> to <h1>
> <div class="head2"> to <h2>
> <div class="head3"> to <h3>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.