mirror of
https://github.com/ezyang/htmlpurifier.git
synced 2025-08-04 21:28:06 +02:00
Add vim modelines to all files.
Signed-off-by: Edward Z. Yang <edwardzyang@thewritingpot.com>
This commit is contained in:
@@ -90,3 +90,4 @@ function phorum_htmlpurifier_show_config_info() {
|
||||
|
||||
}
|
||||
|
||||
// vim: et sw=4 sts=4
|
||||
|
@@ -19,3 +19,4 @@ function phorum_htmlpurifier_show_migrate_sigs_form() {
|
||||
$frm->show();
|
||||
}
|
||||
|
||||
// vim: et sw=4 sts=4
|
||||
|
@@ -73,3 +73,5 @@ function phorum_htmlpurifier_migrate_sigs($offset) {
|
||||
exit;
|
||||
|
||||
}
|
||||
|
||||
// vim: et sw=4 sts=4
|
||||
|
@@ -23,3 +23,5 @@ function phorum_htmlpurifier_commit_settings() {
|
||||
global $PHORUM;
|
||||
return phorum_db_update_settings(array("mod_htmlpurifier"=>$PHORUM["mod_htmlpurifier"]));
|
||||
}
|
||||
|
||||
// vim: et sw=4 sts=4
|
||||
|
Reference in New Issue
Block a user