* i18n/L10n and translator documentation updates.

* whitespace and indentation updates
This commit is contained in:
Siebrand Mazeland
2010-09-29 00:39:45 +02:00
parent 9587f9f55b
commit b9177f5e2e
29 changed files with 50 additions and 119 deletions

View File

@@ -82,13 +82,11 @@ class ActivityUtils
$els = $element->childNodes;
foreach ($els as $link) {
if (!($link instanceof DOMElement)) {
continue;
}
if ($link->localName == self::LINK && $link->namespaceURI == self::ATOM) {
$linkRel = $link->getAttribute(self::REL);
$linkType = $link->getAttribute(self::TYPE);
@@ -109,7 +107,6 @@ class ActivityUtils
foreach ($els as $link) {
if ($link->localName == self::LINK && $link->namespaceURI == self::ATOM) {
$linkRel = $link->getAttribute(self::REL);
$linkType = $link->getAttribute(self::TYPE);