Browse Source

Escape hashtag in Testing chapter to disable Asciidoc highlighting

pull/1537/head
Sam Brannen 7 years ago
parent
commit
2408e2515a
  1. 2
      src/docs/asciidoc/testing.adoc

2
src/docs/asciidoc/testing.adoc

@ -3062,7 +3062,7 @@ framework.
c:loginAction-ref="loginAction" /> c:loginAction-ref="loginAction" />
<bean id="loginAction" class="com.example.LoginAction" <bean id="loginAction" class="com.example.LoginAction"
c:username="#{request.getParameter('user')}" c:username="\#{request.getParameter('user')}"
c:password="#{request.getParameter('pswd')}" c:password="#{request.getParameter('pswd')}"
scope="request"> scope="request">
<aop:scoped-proxy /> <aop:scoped-proxy />

Loading…
Cancel
Save