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

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

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

doogie-3
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>