diff Lib/IMPL/Web/TT/Document.pm @ 171:59e5fcb59d86

Исправления, изменена концепция веб-форм
author sourcer
date Mon, 06 Jun 2011 03:30:36 +0400
parents 4267a2ac3d46
children d1676be8afcc
line wrap: on
line diff
--- a/Lib/IMPL/Web/TT/Document.pm	Tue May 24 01:11:16 2011 +0400
+++ b/Lib/IMPL/Web/TT/Document.pm	Mon Jun 06 03:30:36 2011 +0400
@@ -266,7 +266,7 @@
 	my @result = $this->selectNodes($method);
 	
 	return $result[0] if @result;
-	carp "Looks like you have a mistake, document doesn't have a such property or child: $method";
+	carp "Looks like you have a mistake, the document doesn't have a such property or child: $method";
 	return;
 }