Break when hrefFunction has been executed.

This commit is contained in:
hns 2003-03-10 14:24:13 +00:00
parent 4a43f9bcab
commit 210aed5197

View file

@ -776,6 +776,7 @@ public final class HopExtension {
if (obj == null)
throw new RuntimeException ("hrefFunction "+hrefFunction+" returned null");
basicHref = obj.toString ();
break;
}
funcElem = app.getParentElement (funcElem);
}