From 142dd6ba4302d360857d4c0af753caae43ddab0c Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sat, 20 Mar 2004 13:29:06 +0000 Subject: Patch #5588 by bylund: XHTML improvements: -> and -> . --- modules/node/node.module | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/node') diff --git a/modules/node/node.module b/modules/node/node.module index 16c7015d6..34097fed6 100644 --- a/modules/node/node.module +++ b/modules/node/node.module @@ -18,7 +18,7 @@ function node_help($section = 'admin/help#node') {
A Teaser
A small block of text that is meant to get you interested in the rest of node. Drupal will automatically pull a small amount of the body of the node to make the teaser (To configure how long the teaser will be click here). The teaser can be changed if you don't like what Drupal grabs.
The Body
The main text that comprises your content.
A Type
What kind of node is this? Blog, book, forum, comment, unextended, etc.
-
An Author
The author's name. It will either be \"anonymous\" or a valid user. You cannot set it to an arbitrary value.
+
An Author
The author's name. It will either be \"anonymous\" or a valid user. You cannot set it to an arbitrary value.
Authored on
The date the node was written.
Changed
The last time this node was changed.
Static on front page
The front page is configured to show the teasers from only a few of the total nodes you have on your site (To configure how many teasers click here), but if you think a node is important enough that you want it to stay on the front page enable this.
@@ -1369,7 +1369,7 @@ function node_preview($node, $error = NULL) { if ($node->teaser && $node->teaser != $node->body) { $output = '

'. t('Preview trimmed version') .'

'; $output .= node_view($node, 1); - $output .= '

'. t("The trimmed version of your post shows how your post looks like when promoted to the main page or when exported for syndication. You can insert a delimiter '<!--break-->' (without the quotes) to fine-tune where your post gets split.") .'

'; + $output .= '

'. t("The trimmed version of your post shows how your post looks like when promoted to the main page or when exported for syndication. You can insert a delimiter '<!--break-->' (without the quotes) to fine-tune where your post gets split.") .'

'; $output .= '

'. t('Preview full version') .'

'; $output .= node_view($node, 0); } -- cgit v1.2.3