Remove duplicate PHP close tag.

This commit is contained in:
Jørn Åne 2016-08-19 22:00:46 +02:00
parent 3655883c9f
commit 70db345b12
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ $agenda = new \pvv\side\Agenda([
new \pvv\side\social\AnimekveldActivity,
new \pvv\side\DBActivity($pdo),
]); ?>
?><!DOCTYPE html>
<!DOCTYPE html>
<html lang="no">
<title>Programvareverkstedet</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">