2009/dap/policy Profile.html,1.12,1.13

Update of /sources/public/2009/dap/policy
In directory hutz:/tmp/cvs-serv11724

Modified Files:
	Profile.html 
Log Message:
another code re-indent


Index: Profile.html
===================================================================
RCS file: /sources/public/2009/dap/policy/Profile.html,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- Profile.html	21 Jun 2010 13:31:46 -0000	1.12
+++ Profile.html	21 Jun 2010 13:35:37 -0000	1.13
@@ -974,14 +974,13 @@
 	with the condition combining operator (please note: there are
     probably more 
 	elegant ways of expressing this by using regular expressions):
-    <pre>
-	    &lt;condition combine="or"&gt;
-		&lt;resource-match attr="dev-cap" match="messaging.*.send"
-		param:recipients="+4409*" func="glob"/&gt; &lt;-- to block UK premium
-		rate numbers --&gt; &lt;resource-match attr="dev-cap"
-		match="messaging.*.send" param:recipients="+34806*" func="glob"/&gt;
-		&lt;-- to block Spanish premium rate numbers --&gt;
-	    &lt;/condition&gt;
+    <pre><code>&lt;condition combine="or"&gt;
+  &lt;resource-match attr="dev-cap" match="messaging.*.send"
+        param:recipients="+4409*" func="glob"/&gt; &lt;-- to block UK premium rate numbers --&gt;
+  &lt;resource-match attr="dev-cap"
+    match="messaging.*.send" param:recipients="+34806*" func="glob"/&gt;
+    &lt;-- to block Spanish premium rate numbers --&gt;
+&lt;/condition&gt;
 	</pre> 
 <p>If the malicious widget is out in the wild already and has been
 	identified, then we want to prevent it from installing and executing on devices,

Received on Monday, 21 June 2010 13:35:41 UTC