diff --git a/calexium_lib b/calexium_lib
index 313825c..b4832bd 160000
--- a/calexium_lib
+++ b/calexium_lib
@@ -1 +1 @@
-Subproject commit 313825c85c61d112f5a0f8debb57c8aa2d5ebf82
+Subproject commit b4832bd7d992724f9f9f38115de996f8cc42a99c
diff --git a/calexium_lib_examples/web/minimal_web_site_vc.anubis b/calexium_lib_examples/web/minimal_web_site_vc.anubis
index 1a3ec96..1bfdfd9 100644
--- a/calexium_lib_examples/web/minimal_web_site_vc.anubis
+++ b/calexium_lib_examples/web/minimal_web_site_vc.anubis
@@ -94,8 +94,7 @@ define WEB_Controller_Result
(
WEB_Session _session
)=
- with lwa = _session.lwa
-
+ with lwa = *_session.web_request.lwa,
http_answer(
html_page
(
@@ -110,8 +109,8 @@ define WEB_Controller_Result
],
// content of the page
- [center(text("This is the 'Example 1' web site.")), br,
- text("Login from :"+]
+ div([center(text("This is the 'Example 1' web site.")), br,
+ text("Login from :")])
)
))
.
diff --git a/minimal_web_site.aproj b/minimal_web_site.aproj
index 8825c04..f4d2e7c 100644
--- a/minimal_web_site.aproj
+++ b/minimal_web_site.aproj
@@ -35,6 +35,7 @@
+
@@ -42,6 +43,7 @@
+
@@ -101,6 +103,8 @@
+
+
--
libgit2 0.21.4