summaryrefslogtreecommitdiff
path: root/includes/funktion_flag.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/funktion_flag.php')
-rw-r--r--includes/funktion_flag.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/funktion_flag.php b/includes/funktion_flag.php
index 7e88466d..6b4e2f06 100644
--- a/includes/funktion_flag.php
+++ b/includes/funktion_flag.php
@@ -4,6 +4,6 @@ if (strpos($_SERVER["REQUEST_URI"], "?") > 0)
else
$URL = $_SERVER["REQUEST_URI"] . "?SetLanguage=";
-echo '<p><a class="sprache" href="' . $URL . 'DE"><img src="' . $ENGEL_ROOT . 'pic/flag/de.png" alt="DE" title="Deutsch"></a>';
+echo '<p class="content"><a class="sprache" href="' . $URL . 'DE"><img src="' . $ENGEL_ROOT . 'pic/flag/de.png" alt="DE" title="Deutsch"></a>';
echo '<a class="sprache" href="' . $URL . 'EN"><img src="' . $ENGEL_ROOT . 'pic/flag/en.png" alt="EN" title="English"></a></p>';
?>