Преглед на файлове

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
Rob Winch преди 5 месеца
родител
ревизия
e64102b83c
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      docs/modules/ROOT/pages/migration-7/web.adoc

+ 1 - 1
docs/modules/ROOT/pages/migration-7/web.adoc

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