From 57fe6927a05c565ac5e2b61dcf9fe82da6614872 Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Fri, 23 Apr 2010 05:48:13 +0000 Subject: #779390 by solotandem: Fixed esoteric invalid syntax bugs in core found by Grammar Parser module. --- modules/taxonomy/taxonomy.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/taxonomy') diff --git a/modules/taxonomy/taxonomy.module b/modules/taxonomy/taxonomy.module index 8f9786dac..00c7506af 100644 --- a/modules/taxonomy/taxonomy.module +++ b/modules/taxonomy/taxonomy.module @@ -19,7 +19,7 @@ function taxonomy_help($path, $arg) { $output .= '
'; $output .= '
' . t('Creating vocabularies') . '
'; $output .= '
' . t('Users with sufficient permissions can create vocabularies and terms through the Taxonomy page. The page listing the terms provides a drag-and-drop interface for controlling the order of the terms and sub-terms within a vocabulary, in a hierarchical fashion. A controlled vocabulary classifying music by genre with terms and sub-terms could look as follows:', array('@taxo' => url('admin/structure/taxonomy'), '@perm' => url('admin/people/permissions', array('fragment'=>'module-taxonomy')))); - $output .= '
  • ' . t ('vocabulary: Music'); '
  • '; + $output .= '
    • ' . t ('vocabulary: Music') . '
    • '; $output .= '
      • ' . t('term: Jazz') . '
      • '; $output .= '
        • ' . t('sub-term: Swing') . '
        • '; $output .= '
        • ' . t('sub-term: Fusion') . '
      '; -- cgit v1.2.3