Skip to content

Commit 755203d

Browse files
committed
#1856 - Fix diagram rendering issues in reference documentation.
1 parent 3bd8b8b commit 755203d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/asciidoc/fundamentals.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ For more information on this, have a look at <<mediatypes>>.
109109

110110
.The `RepresentationModel` class hierarchy
111111
====
112-
[plantuml, diagram-classes, svg]
112+
[plantuml, diagram-classes, format="svg"]
113113
....
114114
class RepresentationModel
115115
class EntityModel
@@ -155,7 +155,7 @@ If you returned such an instance from a Spring MVC or WebFlux controller and the
155155

156156
.The HAL representation generated for the person representation model
157157
====
158-
[source javscript]
158+
[source, javscript]
159159
----
160160
{
161161
"_links" : {

0 commit comments

Comments
 (0)