mirror of
https://github.com/ezyang/htmlpurifier.git
synced 2025-08-19 04:12:31 +02:00
Add vim modelines to all files.
Signed-off-by: Edward Z. Yang <edwardzyang@thewritingpot.com>
This commit is contained in:
@@ -18,3 +18,5 @@ $new_src = '<?php' . PHP_EOL . substr($new_src, strpos($new_src, 'class HTML5 {'
|
||||
file_put_contents($newt, $new_src);
|
||||
shell_exec("diff -u \"$orig\" \"$newt\" > PH5P.patch");
|
||||
unlink($newt);
|
||||
|
||||
// vim: et sw=4 sts=4
|
||||
|
Reference in New Issue
Block a user