Escape hashtag in Testing chapter to disable Asciidoc highlighting
This commit is contained in:
parent
1440026fb4
commit
2408e2515a
|
@ -3062,7 +3062,7 @@ framework.
|
|||
c:loginAction-ref="loginAction" />
|
||||
|
||||
<bean id="loginAction" class="com.example.LoginAction"
|
||||
c:username="#{request.getParameter('user')}"
|
||||
c:username="\#{request.getParameter('user')}"
|
||||
c:password="#{request.getParameter('pswd')}"
|
||||
scope="request">
|
||||
<aop:scoped-proxy />
|
||||
|
|
Loading…
Reference in New Issue