fixed regexp to match new format of google responses


git-svn-id: https://svn.apache.org/repos/asf/httpd/test/trunk/flood@96742 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/examples/round-robin-dynamic.xml b/examples/round-robin-dynamic.xml
index 75bbca8..670b8b0 100644
--- a/examples/round-robin-dynamic.xml
+++ b/examples/round-robin-dynamic.xml
@@ -9,7 +9,7 @@
     <url method="GET" requesttemplate="${id}" responsetemplate="Prev&lt;/A&gt; &lt;A HREF=&quot;([^&quot;]*)&quot;&gt;" responsename="next" />
     <url method="GET" requestparamcount="1" requesttemplate="http://www.apachelabs.org${next}" />
     <!-- Search google.com for "foo" and go to the first search result. 
-    <url method="GET" responsetemplate="&lt;A HREF=http://([^&quot;]*)&quot;" responsename="foo">http://www.google.com/search?q=foo</url>
+    <url method="GET" responsetemplate="&lt;a href=http://([^&gt;]*)&gt;" responsename="foo">http://www.google.com/search?q=foo</url>
     <url method="GET" requestparamcount="1" requesttemplate="http://${foo}" />
     -->
   </urllist>