Browse Source

Fix migration source type

Previously the migration-7/web.adoc source type was kotlin for the xml
source. This commit fixes that.

Closes gh-16662
pull/16671/head
Rob Winch 11 months ago
parent
commit
e64102b83c
No known key found for this signature in database
  1. 2
      docs/modules/ROOT/pages/migration-7/web.adoc

2
docs/modules/ROOT/pages/migration-7/web.adoc

@ -91,7 +91,7 @@ http { @@ -91,7 +91,7 @@ http {
Xml::
+
[source,kotlin,role="secondary"]
[source,xml,role="secondary"]
----
<http entry-point-ref="myEntryPoint">
<!-- ... -->

Loading…
Cancel
Save