From 5a6a4206b9c83c9ec6f844ddba452672f26706fb Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Fri, 21 Sep 2001 21:10:47 +0000 Subject: - fixed HTML/XHTML typos --- modules/node.module | 2 +- modules/node/node.module | 2 +- themes/marvin/marvin.theme | 20 ++++++++++---------- themes/unconed/unconed.theme | 24 ++++++++++++------------ 4 files changed, 24 insertions(+), 24 deletions(-) diff --git a/modules/node.module b/modules/node.module index c84c86d2f..74160311d 100644 --- a/modules/node.module +++ b/modules/node.module @@ -367,7 +367,7 @@ function node_block() { global $theme; $block[0][subject] = t("Syndicate"); - $block[0][content] = "
image("xml.gif") ."\" width=\"36\" height=\"14\" border=\"0\" />
\n"; + $block[0][content] = "
image("xml.gif") ."\" width=\"36\" height=\"14\" border=\"0\" alt=\"XML\" />
\n"; $block[0][info] = "Syndicate"; return $block; diff --git a/modules/node/node.module b/modules/node/node.module index c84c86d2f..74160311d 100644 --- a/modules/node/node.module +++ b/modules/node/node.module @@ -367,7 +367,7 @@ function node_block() { global $theme; $block[0][subject] = t("Syndicate"); - $block[0][content] = "
image("xml.gif") ."\" width=\"36\" height=\"14\" border=\"0\" />
\n"; + $block[0][content] = "
image("xml.gif") ."\" width=\"36\" height=\"14\" border=\"0\" alt=\"XML\" />
\n"; $block[0][info] = "Syndicate"; return $block; diff --git a/themes/marvin/marvin.theme b/themes/marvin/marvin.theme index 9c589e81f..a80851851 100644 --- a/themes/marvin/marvin.theme +++ b/themes/marvin/marvin.theme @@ -23,14 +23,14 @@ <?php print variable_get("site_name", "drupal") ." - ". variable_get("site_slogan", ""); ?> + - @@ -59,7 +59,7 @@ print " \n"; print " \n"; print " \n"; - print " \n"; + print " \n"; if ($main) print " \n"; print "
". strtr(t("Submitted by %a on %b"), array("%a" => format_name($node), "%b" => format_date($node->timestamp, "large"))); ?>". node_index($node) ."
 

". check_output($node->body, 1) ."

 
 
". $this->links(link_node($node)) ."
\n"; print "

\n\n"; @@ -131,7 +131,7 @@ print "
\n\n"; } - function links($links, $delimiter = " · ") { + function links($links, $delimiter = " · ") { return implode($delimiter, $links); } @@ -143,7 +143,7 @@ theme_account("all", $this); theme_blocks("all", $this); ?> - + diff --git a/themes/unconed/unconed.theme b/themes/unconed/unconed.theme index 2f46ab7c9..963afdf01 100644 --- a/themes/unconed/unconed.theme +++ b/themes/unconed/unconed.theme @@ -42,18 +42,18 @@ <?php echo variable_get(site_name, "drupal"); ?> + - @@ -75,7 +75,7 @@ print "
"; print ""; print "
bgcolor2\">fgcolor1\">themename . "/images/null.gif\" WIDTH=\"2\" HEIGHT=\"2\">
"; - print ""; + print ""; ?> -- cgit v1.2.3