diff options
Diffstat (limited to 'view/php/full.php')
-rw-r--r-- | view/php/full.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/php/full.php b/view/php/full.php index 99653c06d..bc3b2ed87 100644 --- a/view/php/full.php +++ b/view/php/full.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> |