Making tabbing consistent

git-svn-id: http://svg-edit.googlecode.com/svn/trunk@2615 eee81c28-f429-11dd-99c0-75d572ba1ddd
This commit is contained in:
Brett Zamir
2013-10-29 06:54:31 +00:00
parent c3c98033b6
commit 5ff2311348
4 changed files with 43 additions and 43 deletions

View File

@@ -17,9 +17,9 @@
$output = file_get_contents($file);
$type = $_REQUEST['type'];
if (!in_array($type, array('load_svg', 'import_svg', 'import_img'))) {
exit;
}
if (!in_array($type, array('load_svg', 'import_svg', 'import_img'))) {
exit;
}
$prefix = '';