synced/fixed vim line

This commit is contained in:
Sebastian Mendel
2007-03-19 17:55:39 +00:00
parent b800466c91
commit 817e790762
185 changed files with 451 additions and 376 deletions

View File

@@ -1,9 +1,9 @@
<?php
// vim: expandtab sw=4 ts=4 sts=4:
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* Simple script to set correct charset for changelog
*
* @id $Id$
* @version $Id$
*/
$changelog = htmlspecialchars(file_get_contents('ChangeLog'));