diff options
Diffstat (limited to 'view/php/minimal.php')
-rw-r--r-- | view/php/minimal.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/php/minimal.php b/view/php/minimal.php index a8c693985..ade2a0cb7 100644 --- a/view/php/minimal.php +++ b/view/php/minimal.php @@ -1,5 +1,5 @@ <!DOCTYPE html >
-<html>
+<html prefix="og: http://ogp.me/ns#">
<head>
<title><?php if(x($page,'title')) echo $page['title'] ?></title>
<script>var baseurl="<?php echo $a->get_baseurl() ?>";</script>
|