Plugin Directory

Changeset 424345


Ignore:
Timestamp:
08/16/2011 05:42:37 PM (15 years ago)
Author:
dexxaye
Message:

line style bug fix

Location:
fancy-sitemap/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • fancy-sitemap/trunk/fancy-sitemap.php

    r424304 r424345  
    55  Plugin URI: http://www.bunchacode.com/programming/fancy-sitemap/
    66  Description: generates a javascript/html5 sitemap.
    7   Version: 0.7
     7  Version: 0.7.1
    88  Author: Jiong Ye
    99  Author URI: http://www.bunchacode.com
  • fancy-sitemap/trunk/readme.txt

    r424304 r424345  
    44Requires at least: 3.0
    55Tested up to: 3.2.1
    6 Stable tag: 0.7
     6Stable tag: 0.7.1
    77
    88Fancy sitemap generates a javascript/svg sitemap.
  • fancy-sitemap/trunk/views/admin_options.php

    r424304 r424345  
    106106                        <option value="C" <?php echo isset($options['line_style']) && $options['line_style']=='C'?'selected="selected"':'';?>>Curve Line</option>
    107107                        <option value="L" <?php echo isset($options['line_style']) && $options['line_style']=='L'?'selected="selected"':'';?>>Straight Line</option>
    108                         <option value="T" <?php echo isset($options['line_style']) && $options['line_style']=='Q'?'selected="selected"':'';?>>Crazy Curve</option>
     108                        <option value="T" <?php echo isset($options['line_style']) && $options['line_style']=='T'?'selected="selected"':'';?>>Crazy Curve</option>
    109109                    </select>
    110110                </div>
Note: See TracChangeset for help on using the changeset viewer.