Browse Source

线上文章引导图bugfix

zhijiezhao 3 years ago
parent
commit
d3050ccc14
1 changed files with 1 additions and 1 deletions
  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>