diff --git a/Source/MantisSourcePlugin.class.php b/Source/MantisSourcePlugin.class.php index 918430f..df70189 100644 --- a/Source/MantisSourcePlugin.class.php +++ b/Source/MantisSourcePlugin.class.php @@ -6,7 +6,7 @@ /** * Abstract class for simplifying creation of source control plugins. * @author John Reese - */ + */ abstract class MantisSourcePlugin extends MantisPlugin { public function hooks() { return array( @@ -97,6 +97,7 @@ /** * Output form elements for configuration options. + * The first div should have class 'spacer' */ public function update_config_form() {} diff --git a/Source/Source.ViewAPI.php b/Source/Source.ViewAPI.php index ed73887..c9c7760 100644 --- a/Source/Source.ViewAPI.php +++ b/Source/Source.ViewAPI.php @@ -84,7 +84,7 @@ -