diff _test/Resources/app.xml @ 180:d1676be8afcc

Перекодировка в utf-8
author sourcer
date Fri, 30 Dec 2011 23:40:00 +0300
parents 964587c5183c
children
line wrap: on
line diff
--- a/_test/Resources/app.xml	Tue Dec 20 23:00:30 2011 +0300
+++ b/_test/Resources/app.xml	Fri Dec 30 23:40:00 2011 +0300
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <Application id='app' type="Test::Web::Application::Instance">
-	
+
 	<!-- Begin custom properties -->
 	<name>Sample application</name>
 	<dataSource type='IMPL::Config::Activator' id='ds'>
@@ -13,23 +13,23 @@
 	<securityMod type='IMPL::Config::Activator'>
 		<factory>IMPL::Object</factory>
 		<parameters type='HASH'>
-			<ds refid='ds'/>
+			<ds refid='ds' />
 		</parameters>
-	</securityMod>	
+	</securityMod>
 	<!-- End custom properties -->
-	
+
 	<!-- direct access to the activators -->
 	<options type="HASH">
-		<dataSource refid='ds'/>
+		<dataSource refid='ds' />
 	</options>
-	
+
 	<!-- Set default output encoding, can be changed due query handling -->
 	<responseCharset>utf-8</responseCharset>
-	
-	<!-- Query processing  -->
+
+	<!-- Query processing -->
 	<handlersQuery type="IMPL::Object::List">
 		<item type="IMPL::Web::QueryHandler::PageFormat">
 			<templatesCharset>cp1251</templatesCharset>
 		</item>
 	</handlersQuery>
-</Application>
\ No newline at end of file
+</Application>