Making tabbing consistent
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@2615 eee81c28-f429-11dd-99c0-75d572ba1ddd
This commit is contained in:
@@ -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 = '';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user