Author: mcbrown
Date: 2007-10-29 09:34:50 +0100 (Mon, 29 Oct 2007)
New Revision: 8377
Log:
Remove checking of https links
Modified:
trunk/tools/MySQL/XML/DeepCheck.pm
Modified: trunk/tools/MySQL/XML/DeepCheck.pm
===================================================================
--- trunk/tools/MySQL/XML/DeepCheck.pm 2007-10-28 11:06:03 UTC (rev 8376)
+++ trunk/tools/MySQL/XML/DeepCheck.pm 2007-10-29 08:34:50 UTC (rev 8377)
Changed blocks: 1, Lines Added: 2, Lines Deleted: 1; 572 bytes
@@ -80,7 +80,8 @@
if ($self->{options}->{checkulink})
{
- if ($element->{Name} eq 'ulink')
+ if ($element->{Name} eq 'ulink' &&
+ $element->{Attributes}->{'url'} =~ m/^https/)
{
if (!exists($self->{triedulinks}->{$element->{Attributes}->{'url'}}))
{
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r8377 - trunk/tools/MySQL/XML | mcbrown | 29 Oct |