diff --git a/srv/index.php b/srv/index.php index f00dcca..551b3b3 100644 --- a/srv/index.php +++ b/srv/index.php @@ -94,12 +94,9 @@ function answer_redirect($sub, $css) header( "refresh:3;url=/s/$sub/$css" ); // we wait 3 seconds with the redirection $html_string = 'wait for it...' - . '

' - . '

' - . '
' - . 'Redirection in about 3 secs.' - . ' If that does not work, go' - . " back.
"; + . '

Redirection in about 3 secs.' + . ' If that does not work, go ' + . "back."; echo "$html_string"; }