diff --git a/php/erika.php b/php/erika.php index 6a514d5..4a5d906 100644 --- a/php/erika.php +++ b/php/erika.php @@ -71,6 +71,8 @@ $newlinebereinigt = preg_replace('/(\R){3,}/mu', "\n---\n", $neuertext ); $umgebrochen = wordwrap($newlinebereinigt, TEXT_MAXLINE); + // noch zeilen und Abstand hinzu + $umgebrochen = $umgebrochen."\n\n=====\n"; //echo "
".$nlkorrekt."
"; //echo "NT:
".$neuertext."
"; @@ -94,7 +96,7 @@
-

Zurück

+

Zurück

Hier geht's wieder zurück. Normalerweise aber automatisch.
diff --git a/php/style.css b/php/style.css index ae9e24f..cc4fdf0 100644 --- a/php/style.css +++ b/php/style.css @@ -18,7 +18,7 @@ body,html { background-color: #FFF; } header { - background: #f1b8f8; + background: #399fff; padding: 20px 30px; max-width: 940px; margin: auto;