diff --git a/src/asciidoc/web-view.adoc b/src/asciidoc/web-view.adoc
index ec969740adb..a62ed5933d5 100644
--- a/src/asciidoc/web-view.adoc
+++ b/src/asciidoc/web-view.adoc
@@ -67,13 +67,13 @@ The XML counterpart using the MVC namespace is:
[source,xml,indent=0]
[subs="verbatim,quotes"]
----
-
+ value="$!status.value"/>
#foreach($error in $status.errorMessages) $error
#end
...
@@ -326,15 +326,15 @@ configured earlier;
----
- <#import "/spring.ftl" as spring />
+ <#import "/spring.ftl" as spring/>
...