Skip to content
Snippets Groups Projects
Commit f5ed22da authored by Jared Hancock's avatar Jared Hancock
Browse files

Add UTF-8 charset declaration for installer pages

parent 27959672
Branches
Tags
No related merge requests found
<!DOCTYPE html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head> <head>
<title><?php echo $wizard['title']; ?></title> <title><?php echo $wizard['title']; ?></title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" href="css/wizard.css"> <link rel="stylesheet" href="css/wizard.css">
<script type="text/javascript" src="js/jquery-1.6.2.min.js"></script> <script type="text/javascript" src="js/jquery-1.6.2.min.js"></script>
<script type="text/javascript" src="js/tips.js"></script> <script type="text/javascript" src="js/tips.js"></script>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment