Skip to content

Commit

Permalink
Adjust block indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
michalkleiner committed Aug 4, 2016
1 parent 4324d5b commit 7f34bac
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions code/model/Translatable.php
Original file line number Diff line number Diff line change
Expand Up @@ -1577,12 +1577,12 @@ function MetaTags(&$tags) {
if($translations->count()) {
$translations = $translations->toArray();
$translations[] = $this->owner;
foreach($translations as $translation) {
$tags .= sprintf($template,
Convert::raw2xml($translation->Title),
i18n::convert_rfc1766($translation->Locale),
$translation->AbsoluteLink()

foreach($translations as $translation) {
$tags .= sprintf($template,
Convert::raw2xml($translation->Title),
i18n::convert_rfc1766($translation->Locale),
$translation->AbsoluteLink()
);
}
}
Expand Down

0 comments on commit 7f34bac

Please sign in to comment.