diff Lib/IMPL/DOM/Navigator/SimpleBuilder.pm @ 206:c8fe3f84feba

+IMPL::Web::Handlers::ViewSelector +IMPL::Web::Handlers::ErrorHandler *IMPL::Web::Handlers::RestController moved types mappings to ViewSelector
author sergey
date Thu, 03 May 2012 16:48:39 +0400
parents 4d0e1962161c
children 4ddb27ff4a0b
line wrap: on
line diff
--- a/Lib/IMPL/DOM/Navigator/SimpleBuilder.pm	Thu May 03 01:00:02 2012 +0400
+++ b/Lib/IMPL/DOM/Navigator/SimpleBuilder.pm	Thu May 03 16:48:39 2012 +0400
@@ -26,7 +26,7 @@
         $node = $this->{$Document} = IMPL::DOM::Document->new(nodeName => $nodeName,%props);
         $this->_initNavigator($node);
     } else {
-        die new IMPL::InvalidOperationException('Can\t create a second top level element') unless $this->Current;
+        die new IMPL::InvalidOperationException('Can     create a second top level element') unless $this->Current;
         $node = $this->{$Document}->Create($nodeName,'IMPL::DOM::Node',\%props);
         $this->Current->appendChild($node);
         $this->internalNavigateNodeSet($node);