diff options
author | mkanat%bugzilla.org <> | 2009-07-21 19:37:09 +0200 |
---|---|---|
committer | mkanat%bugzilla.org <> | 2009-07-21 19:37:09 +0200 |
commit | b2c481d2b14773771d03f6eb94b7333e4934646e (patch) | |
tree | fb35d76bbe02d2477aa41d577f6e2b1a027a346d /Bugzilla/WebService | |
parent | e5164f3eff5adebb42bf63a8423beaed422ce7f6 (diff) | |
download | bugzilla-b2c481d2b14773771d03f6eb94b7333e4934646e.tar.gz bugzilla-b2c481d2b14773771d03f6eb94b7333e4934646e.tar.xz |
The POD for Bug.history was incorrectly indented.
Diffstat (limited to 'Bugzilla/WebService')
-rw-r--r-- | Bugzilla/WebService/Bug.pm | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Bugzilla/WebService/Bug.pm b/Bugzilla/WebService/Bug.pm index 48e554f16..76d0f9184 100644 --- a/Bugzilla/WebService/Bug.pm +++ b/Bugzilla/WebService/Bug.pm @@ -1090,8 +1090,6 @@ items: C<string> The alias of this bug. If there is no alias or aliases are disabled in this Bugzilla, this will be undef. -=over - =item when C<dateTime> The date the bug activity/change happened. @@ -1131,8 +1129,6 @@ present in this hash. =back -=back - =item B<Errors> The same as L</get>. |