Skip to content

Commit a65648a

Browse files
Update BookDetail_jsp.java
1 parent c4e5f18 commit a65648a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

BookDetail_jsp.java

+2
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,8 @@ String toURL(String strValue){
116116
if ( strValue == null ) return "";
117117
if ( strValue.compareTo("") == 0 ) return "";
118118
return java.net.URLEncoder.encode(strValue);
119+
return java.net.URLEncoder.encode(strValue);
120+
return java.net.URLEncoder.encode(strValue);
119121
}
120122

121123
String toHTML(String value) {

0 commit comments

Comments
 (0)