diff options
author | Dries Buytaert <dries@buytaert.net> | 2004-09-22 21:36:47 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2004-09-22 21:36:47 +0000 |
commit | db24d26dbbc13801b1edc6e24714ee72e3205473 (patch) | |
tree | 9ad056eb4dbdfd468cc430236733d5992c6adf3d /modules | |
parent | 29b8977a82ceb23adc851bdfc58b4dc434125580 (diff) | |
download | brdo-db24d26dbbc13801b1edc6e24714ee72e3205473.tar.gz brdo-db24d26dbbc13801b1edc6e24714ee72e3205473.tar.bz2 |
- Fixed HTML typo in the documentation: <p> -> </p>. Fixes bug #10412.
Diffstat (limited to 'modules')
-rw-r--r-- | modules/statistics.module | 2 | ||||
-rw-r--r-- | modules/statistics/statistics.module | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/modules/statistics.module b/modules/statistics.module index 4df088ed2..2c2c7e4ad 100644 --- a/modules/statistics.module +++ b/modules/statistics.module @@ -14,7 +14,7 @@ function statistics_help($section) { case 'admin/help#statistics': return t(" <h3>Introduction</h3> - <p>The statistics module keeps track of numerous statistics for your site but be warned, statistical collection does cause a little overhead, thus everything comes <strong>disabled</strong> by default.<p> + <p>The statistics module keeps track of numerous statistics for your site but be warned, statistical collection does cause a little overhead, thus everything comes <strong>disabled</strong> by default.</p> <p>The module counts how many times, and from where -- using HTTP referrer -- each of your posts is viewed. Once we have that count the module can do the following with it: <ul> <li>The count can be displayed in the node's link section next to \"# comments\".</li> diff --git a/modules/statistics/statistics.module b/modules/statistics/statistics.module index 4df088ed2..2c2c7e4ad 100644 --- a/modules/statistics/statistics.module +++ b/modules/statistics/statistics.module @@ -14,7 +14,7 @@ function statistics_help($section) { case 'admin/help#statistics': return t(" <h3>Introduction</h3> - <p>The statistics module keeps track of numerous statistics for your site but be warned, statistical collection does cause a little overhead, thus everything comes <strong>disabled</strong> by default.<p> + <p>The statistics module keeps track of numerous statistics for your site but be warned, statistical collection does cause a little overhead, thus everything comes <strong>disabled</strong> by default.</p> <p>The module counts how many times, and from where -- using HTTP referrer -- each of your posts is viewed. Once we have that count the module can do the following with it: <ul> <li>The count can be displayed in the node's link section next to \"# comments\".</li> |