You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by nm...@apache.org on 2017/07/31 13:38:11 UTC

svn commit: r1803538 - /ofbiz/ofbiz-framework/trunk/framework/webtools/widget/MiscForms.xml

Author: nmalin
Date: Mon Jul 31 13:38:10 2017
New Revision: 1803538

URL: http://svn.apache.org/viewvc?rev=1803538&view=rev
Log:
Fixed: no functional change, correct empty body on xml element hyperlink

Modified:
    ofbiz/ofbiz-framework/trunk/framework/webtools/widget/MiscForms.xml

Modified: ofbiz/ofbiz-framework/trunk/framework/webtools/widget/MiscForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/framework/webtools/widget/MiscForms.xml?rev=1803538&r1=1803537&r2=1803538&view=diff
==============================================================================
--- ofbiz/ofbiz-framework/trunk/framework/webtools/widget/MiscForms.xml (original)
+++ ofbiz/ofbiz-framework/trunk/framework/webtools/widget/MiscForms.xml Mon Jul 31 13:38:10 2017
@@ -49,7 +49,7 @@ under the License.
         </field>
         <field name="submitButton" title="${uiLabelMap.CommonSave}"><submit button-type="button"/></field>
         <field name="cancelButton" title=" " widget-style="smallSubmit">
-            <hyperlink description="${uiLabelMap.CommonCancel}" target="${demoTargetUrl}"></hyperlink>
+            <hyperlink description="${uiLabelMap.CommonCancel}" target="${demoTargetUrl}"/>
         </field>
     </form>