Author: mrisaliti
Date: Tue Dec 15 21:24:58 2009
New Revision: 890998
URL:
http://svn.apache.org/viewvc?rev=890998&view=revLog:
Closed a tag correctly
Modified:
ofbiz/trunk/applications/humanres/widget/EmployeeScreens.xml
Modified: ofbiz/trunk/applications/humanres/widget/EmployeeScreens.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/humanres/widget/EmployeeScreens.xml?rev=890998&r1=890997&r2=890998&view=diff==============================================================================
--- ofbiz/trunk/applications/humanres/widget/EmployeeScreens.xml (original)
+++ ofbiz/trunk/applications/humanres/widget/EmployeeScreens.xml Tue Dec 15 21:24:58 2009
@@ -200,7 +200,7 @@
<decorator-screen name="EmployeeDecorator" location="${parameters.mainDecoratorLocation}">
<decorator-section name="body">
<screenlet id="TrainingStatus" title="${uiLabelMap.HumanResTrainingStatus}" collapsible="true">
- <include-form name="ListTrainingStatus" location="component://humanres/widget/forms/PersonTrainingForms.xml"/>>
+ <include-form name="ListTrainingStatus" location="component://humanres/widget/forms/PersonTrainingForms.xml"/>
</screenlet>
</decorator-section>
</decorator-screen>