diff options
author | Jennifer Hodgdon <yahgrp@poplarware.com> | 2012-05-23 12:25:30 -0700 |
---|---|---|
committer | Jennifer Hodgdon <yahgrp@poplarware.com> | 2012-05-23 12:25:30 -0700 |
commit | e039aaaa32c5053a441330b4033465e02209c7e4 (patch) | |
tree | af3f95f3cb8f53715017a805c8b1c2e59df7a501 /modules/system/system.install | |
parent | f10acf95c2d8e4cabe02396263387e20e7d5db10 (diff) | |
download | brdo-e039aaaa32c5053a441330b4033465e02209c7e4.tar.gz brdo-e039aaaa32c5053a441330b4033465e02209c7e4.tar.bz2 |
Issue #1358944 by wulff: Fix misuse of ingroup in documentation blocks
Diffstat (limited to 'modules/system/system.install')
-rw-r--r-- | modules/system/system.install | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/system/system.install b/modules/system/system.install index c0300000e..ad158510a 100644 --- a/modules/system/system.install +++ b/modules/system/system.install @@ -2983,7 +2983,7 @@ function system_update_7072() { } /** - * @} End of "defgroup updates-6.x-to-7.x" + * @} End of "defgroup updates-6.x-to-7.x". * The next series of updates should start at 8000. */ @@ -3016,6 +3016,6 @@ function system_update_7073() { } /** - * @} End of "defgroup updates-7.x-extra" + * @} End of "defgroup updates-7.x-extra". * The next series of updates should start at 8000. */ |