Completed
Pull Request — development (#405)
by Mirko
14:04 queued 06:05
created
htdocs/lang/de/ocstyle/main.tpl.php 1 patch
Braces   +3 added lines, -2 removed lines patch added patch discarded remove patch
@@ -146,8 +146,9 @@
 block discarded – undo
146 146
                         <td>
147 147
 <?php
148 148
                             foreach ($opt['template']['locales'] AS $k => $lang) {
149
-                                                            if ($lang['status'] == OC_LOCALE_ACTIVE)
150
-                                    echo '<a style="text-decoration: none;" href="index.php?locale=' . $k . '"><img src="' . $lang['flag'] . '" alt="' . $lang['name'] . '" title="' . $lang['name'] . '" width="24px" height="18px" /></a> ';
149
+                                                            if ($lang['status'] == OC_LOCALE_ACTIVE) {
150
+                                                                                                echo '<a style="text-decoration: none;" href="index.php?locale=' . $k . '"><img src="' . $lang['flag'] . '" alt="' . $lang['name'] . '" title="' . $lang['name'] . '" width="24px" height="18px" /></a> ';
151
+                                                            }
151 152
                             }
152 153
                             ?>
153 154
                         </td>
Please login to merge, or discard this patch.