Browse Source

线上文章引导图bugfix

zhijiezhao 3 năm trước cách đây
mục cha
commit
d3050ccc14
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/main/webapp/WEB-INF/views/modules/info/infoForm.jsp

+ 1 - 1
src/main/webapp/WEB-INF/views/modules/info/infoForm.jsp

@@ -76,7 +76,7 @@
 		<tr>
 			<th><span class="red">*</span>引导图:</th>
 			<td colspan="3">
-				<form:hidden id="nameImage" path="guidanceImage" htmlEscape="false" maxlength="255" class="input-xlarge required"/>
+				<form:hidden id="nameImage" path="guidanceImage" htmlEscape="false" class="input-xlarge required"/>
 				<sys:ckfinder input="nameImage" type="images" uploadPath="/photo" selectMultiple="false" maxWidth="100" maxHeight="100"/>
 			</td>
 		</tr>