Skip to content
This repository has been archived by the owner on Jun 1, 2024. It is now read-only.

Commit

Permalink
fixed from comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Sajaki committed May 30, 2012
1 parent df0f095 commit 790c0a9
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions test.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,19 @@
mpv::$exec_php = mpv::EXEC_PHP;
$mpv->validate('./test-file.zip');

print '<!DOCTYPE html>
if (HTML_HEADERS)
{
print '<!DOCTYPE html>'
print '<html>
<head>
<title>' . $lang['TITLE'] . '</title>
<link rel="stylesheet" href="style.css">
</head>
<body>';
}
print '<div class="wrapper">';
print '<header>';
print '<h2>' . $lang['VALIDATION_RESULTS'] . "</h2></br></header>";
print '<h2>' . $lang['VALIDATION_RESULTS'] . "</h2><br /></header>";
print '<section>';
print ((HTML_FORMAT) ? nl2br($mpv) : $mpv);
print '</section>';
Expand Down

0 comments on commit 790c0a9

Please sign in to comment.