diff options
author | Dries Buytaert <dries@buytaert.net> | 2003-10-23 15:04:13 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2003-10-23 15:04:13 +0000 |
commit | 0a59c41f8c0e46a1b5b3f901006336859c04e2b9 (patch) | |
tree | 1477bb360491bf5df0d17a7c913335948cf2adf6 | |
parent | 4a381ea652e6e8e085c10b0a9e1cc104769e85bc (diff) | |
download | brdo-0a59c41f8c0e46a1b5b3f901006336859c04e2b9.tar.gz brdo-0a59c41f8c0e46a1b5b3f901006336859c04e2b9.tar.bz2 |
- Bugfix: corrected broken HTML in the documentation.
-rw-r--r-- | modules/node.module | 2 | ||||
-rw-r--r-- | modules/node/node.module | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/modules/node.module b/modules/node.module index f14775446..69c4fa2e8 100644 --- a/modules/node.module +++ b/modules/node.module @@ -24,7 +24,7 @@ function node_help($section = "admin/help#node") { $output .= "<dt>Revisions</dt><dd>Drupal has a revision system so that you can \"roll back\" to an older version of a node if the new version is not what you want.</dd>"; $output .= "<dt>Promote to front page</dt><dd>To get people to look at the new stuff on your site you can choose to move it to the front page.</dd>"; $output .= "<dt>In moderation queue</dt><dd>Drupal has a moderation system. If it is active, a node is in one of three states: approved and published, approved and unpublished, and awaiting approval. If you are moderating a node it should be in the moderation queue.</dd>"; - $output .= "<dt>Votes</dt><dd>If you are moderating a node this counts how many votes the node has gotten. Once a node gets a certain number of vote if will either be Approved, or Dropped (To setup the number of votes needed and the promote and dump scores %queue.)</a>.</dd>"; + $output .= "<dt>Votes</dt><dd>If you are moderating a node this counts how many votes the node has gotten. Once a node gets a certain number of vote if will either be approved or dropped. To setup the number of votes needed and the promote and dump scores %queue..</dd>"; $output .= "<dt>Score</dt><dd>The score of the node is gotten by the votes it is given.</dd>"; $output .= "<dt>Users</dt><dd>The list of users who have voted on a moderated node.</dd>"; $output .= "<dt>Published</dt><dd>When using Drupal's moderation system a node remains unpublished -- unavaliable to non-moderators -- until it is marked Published.</dd></dl>"; diff --git a/modules/node/node.module b/modules/node/node.module index f14775446..69c4fa2e8 100644 --- a/modules/node/node.module +++ b/modules/node/node.module @@ -24,7 +24,7 @@ function node_help($section = "admin/help#node") { $output .= "<dt>Revisions</dt><dd>Drupal has a revision system so that you can \"roll back\" to an older version of a node if the new version is not what you want.</dd>"; $output .= "<dt>Promote to front page</dt><dd>To get people to look at the new stuff on your site you can choose to move it to the front page.</dd>"; $output .= "<dt>In moderation queue</dt><dd>Drupal has a moderation system. If it is active, a node is in one of three states: approved and published, approved and unpublished, and awaiting approval. If you are moderating a node it should be in the moderation queue.</dd>"; - $output .= "<dt>Votes</dt><dd>If you are moderating a node this counts how many votes the node has gotten. Once a node gets a certain number of vote if will either be Approved, or Dropped (To setup the number of votes needed and the promote and dump scores %queue.)</a>.</dd>"; + $output .= "<dt>Votes</dt><dd>If you are moderating a node this counts how many votes the node has gotten. Once a node gets a certain number of vote if will either be approved or dropped. To setup the number of votes needed and the promote and dump scores %queue..</dd>"; $output .= "<dt>Score</dt><dd>The score of the node is gotten by the votes it is given.</dd>"; $output .= "<dt>Users</dt><dd>The list of users who have voted on a moderated node.</dd>"; $output .= "<dt>Published</dt><dd>When using Drupal's moderation system a node remains unpublished -- unavaliable to non-moderators -- until it is marked Published.</dd></dl>"; |