metatools/sysdeftools/rootsysdef.pl
changeset 639 0e65f93be3cb
parent 636 29e6a24e9521
child 660 66ff3e731c60
equal deleted inserted replaced
638:024a31e39848 639:0e65f93be3cb
   412 					}
   412 					}
   413 				$node->setAttribute($atr,$link);
   413 				$node->setAttribute($atr,$link);
   414 				}
   414 				}
   415 			}
   415 			}
   416 		}
   416 		}
   417 	elsif($tag eq 'meta')
   417 	elsif($tag eq 'meta' && $node->getAttribute('href'))
   418 		{
   418 		{
   419 		&fixHref($node,$file);
   419 		&fixHref($node,$file);
   420 		foreach my $child (@{$node->getChildNodes}) {$node->removeChild($child)} # can't have children
   420 		foreach my $child (@{$node->getChildNodes}) {$node->removeChild($child)} # can't have children
   421 		&processMeta($node);
   421 		&processMeta($node);
   422 		next;
   422 		next;