Several minor edits

Including running tidy -i -w 130 -m *.php to obtain uniform formatting.
This commit is contained in:
Carlos R. Mafra
2012-02-05 22:31:04 +00:00
parent 81020ea46a
commit 761944af87
13 changed files with 197 additions and 149 deletions

View File

@@ -2,8 +2,9 @@
<html>
<head>
<meta name="generator" content="HTML Tidy for Linux (vers 25 March 2009), see www.w3.org">
<meta name="generator" content="vim :-)">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<title>Window Maker - A window manager for X</title>
<meta name="Keywords" content="Window Maker, Window Manager, X11, X-Window">
@@ -12,9 +13,9 @@
<body>
<?php
include("header.php");
include("dock.php");
include("home.php");
?>
include("header.php");
include("dock.php");
include("home.php");
?>
</body>
</html>