Author: lektran
Date: Thu Mar 18 19:12:55 2010
New Revision: 924958

URL: http://svn.apache.org/viewvc?rev=924958&view=rev
Log:
xhtml fix: & -> &

Modified:
    ofbiz/trunk/framework/webtools/webapp/webtools/entity/ViewRelations.ftl

Modified: 
ofbiz/trunk/framework/webtools/webapp/webtools/entity/ViewRelations.ftl
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/framework/webtools/webapp/webtools/entity/ViewRelations.ftl?rev=924958&r1=924957&r2=924958&view=diff
==============================================================================
--- ofbiz/trunk/framework/webtools/webapp/webtools/entity/ViewRelations.ftl 
(original)
+++ ofbiz/trunk/framework/webtools/webapp/webtools/entity/ViewRelations.ftl Thu 
Mar 18 19:12:55 2010
@@ -44,7 +44,7 @@ under the License.
             <#list relations as relation>
                 <tr<#if alt_row> class="alternate-row"</#if>>
                     <td>${relation.title}</td>
-                    <td class="button-col"><a 
href='<@ofbizUrl>FindGeneric?entityName=${relation.relEntityName}&find=true&VIEW_SIZE=50&VIEW_INDEX=0</@ofbizUrl>'>${relation.relEntityName}</a></td>
+                    <td class="button-col"><a 
href='<@ofbizUrl>FindGeneric?entityName=${relation.relEntityName}&amp;find=true&amp;VIEW_SIZE=50&amp;VIEW_INDEX=0</@ofbizUrl>'>${relation.relEntityName}</a></td>
                     <td>${relation.type}</td>
                     <td>${relation.fkName}</td>
                     <td>


Reply via email to