You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by do...@apache.org on 2010/12/01 01:19:07 UTC

svn commit: r1040834 - /ofbiz/trunk/applications/product/webapp/catalog/reviews/pendingReviews.ftl

Author: doogie
Date: Wed Dec  1 00:19:06 2010
New Revision: 1040834

URL: http://svn.apache.org/viewvc?rev=1040834&view=rev
Log:
Oops, fix errant paste into wrong line, </td> was placed inside the
</#if>, instead of outside.

Modified:
    ofbiz/trunk/applications/product/webapp/catalog/reviews/pendingReviews.ftl

Modified: ofbiz/trunk/applications/product/webapp/catalog/reviews/pendingReviews.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/catalog/reviews/pendingReviews.ftl?rev=1040834&r1=1040833&r2=1040834&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/webapp/catalog/reviews/pendingReviews.ftl (original)
+++ ofbiz/trunk/applications/product/webapp/catalog/reviews/pendingReviews.ftl Wed Dec  1 00:19:06 2010
@@ -80,8 +80,8 @@ under the License.
                       <#else>
                           ${postedPerson.groupName}
                       </#if>
-                      </td>
                       </#if>
+                      </td>
                       <td>
                           <select name='postedAnonymous_o_${rowCount}'>
                               <option>${review.postedAnonymous?default("N")}</option>