Ticket #128: installer_charset.diff

File installer_charset.diff, 0.6 kB (added by rickc, 8 months ago)

Adds content type meta tag to db_setup.php

  • system/installer/db_setup.php

     
    22<html> 
    33<head> 
    44    <title>Install Habari</title> 
     5    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 
    56    <meta name="robots" content="noindex,nofollow"> 
    67    <link href="<?php Site::out_url('habari'); ?>/system/installer/style.css" rel="stylesheet" type="text/css"> 
    78    <script type="text/javascript" src="<?php Site::out_url('habari'); ?>/scripts/jquery.js"></script>