Index: trunk/phase3/includes/specials/SpecialBooksources.php |
— | — | @@ -6,7 +6,7 @@ |
7 | 7 | * |
8 | 8 | * @author Rob Church <robchur@gmail.com> |
9 | 9 | * @todo Validate ISBNs using the standard check-digit method |
10 | | - * @ingroup SpecialPages |
| 10 | + * @ingroup SpecialPage |
11 | 11 | */ |
12 | 12 | class SpecialBookSources extends SpecialPage { |
13 | 13 | |