DATACMNS-205 - Fix broken reference documentation.

The section on the repository exporters contained a code sample using language="javascript". As the highlighting in the docbkx plugin doesn't support javascript as language it will break the build of other reference documents including this one. Removed the language attribute for this sample entirely.
This commit is contained in:
Oliver Gierke
2012-07-24 12:59:56 +02:00
parent d66d166e8b
commit 628ddc6a35

View File

@@ -1070,7 +1070,7 @@ public class UserController {
<example>
<title>Data defined in JSON</title>
<programlisting language="javascript">[ { "_class" : "com.acme.Person",
<programlisting>[ { "_class" : "com.acme.Person",
"firstname" : "Dave",
"lastname" : "Matthews" },
{ "_class" : "com.acme.Person",