Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
wexik committed Jun 16, 2014
2 parents fdb5ebb + 022c8b6 commit b8df1d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/webapp/index.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
</tr>
<tr>
<th>Fax:</th>
<td><input type="tel" name="fax" value="<c:out value='${param.fax}'/>" pattern="\+[0-9]{3}(\s{0,1}[0-9]{3}){3}" placeholder="+420 777 178 983" ></td>
<td><input type="text" name="fax" value="<c:out value='${param.fax}'/>" pattern="\+[0-9]{3}(\s{0,1}[0-9]{3}){3}" placeholder="+420 777 178 983" ></td>
</tr>
<th>E-mail:</th>
<td><input type="email" name="email" value="<c:out value='${param.email}'/>"></td>
Expand Down
2 changes: 1 addition & 1 deletion src/main/webapp/load.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@
</tr>
<tr>
<th>Fax:</th>
<td><input type="tel" name="fax" value="<c:out value='${faxAttr}'/>" pattern="\+[0-9]{3}(\s{0,1}[0-9]{3}){3}" placeholder="+420 777 178 983" ></td>
<td><input type="text" name="fax" value="<c:out value='${faxAttr}'/>" pattern="\+[0-9]{3}(\s{0,1}[0-9]{3}){3}" placeholder="+420 777 178 983" ></td>
</tr>
<th>E-mail:</th>
<td><input type="email" name="email" value="<c:out value='${emailAttr}'/>"></td>
Expand Down

0 comments on commit b8df1d1

Please sign in to comment.