Skip to content

Commit

Permalink
[FIXED JENKINS-16694] fix form submission in IE
Browse files Browse the repository at this point in the history
  • Loading branch information
imod committed Mar 15, 2013
1 parent 046add3 commit f2e34e7
Showing 1 changed file with 2 additions and 4 deletions.
Expand Up @@ -23,11 +23,9 @@ THE SOFTWARE.
-->



<j:jelly xmlns:j="jelly:core" xmlns:st="jelly:stapler" xmlns:d="jelly:define"
xmlns:l="/lib/layout" xmlns:t="/lib/hudson" xmlns:f="/lib/form">
<style>.CodeMirror {border: 2px inset #dee;}</style>
<j:jelly xmlns:j="jelly:core" xmlns:st="jelly:stapler" xmlns:d="jelly:define" xmlns:l="/lib/layout" xmlns:t="/lib/hudson" xmlns:f="/lib/form">
<l:layout norefresh="true">
<style>.CodeMirror {border: 2px inset #dee;}</style>
<st:include page="sidepanel.jelly" />
<l:main-panel>
<h1>
Expand Down

0 comments on commit f2e34e7

Please sign in to comment.