Remove <emphasis> to work around DocBook bug
It was determined (through painful trial and error) that after the upgrade to DocBook 5 and the gradle-docbook-reference plugin, that <emphasis> elements embedded within <programlisting> elements causes NullPointerExceptions during processing. This change eliminates these <emphasis> elements to work around the problem. This means a slight degradation in presentation for the affected areas of the reference documentation. After some research, it is not clear what other workarounds may be possible that leave the text actually emphasized.
This commit is contained in:
@@ -209,8 +209,7 @@ productList.url=/WEB-INF/jsp/productlist.jsp</programlisting>
|
||||
best practice), then you can bind the form to the named variable like
|
||||
so:</para>
|
||||
|
||||
<programlisting language="xml"><form:form <lineannotation><emphasis
|
||||
role="bold">commandName="user"</emphasis></lineannotation>>
|
||||
<programlisting language="xml"><form:form commandName="user">
|
||||
<table>
|
||||
<tr>
|
||||
<td>First Name:</td>
|
||||
|
||||
Reference in New Issue
Block a user