Changeset 817
- Timestamp:
- 02/01/04 02:30:37 (5 years ago)
- Files:
-
- trunk/wp-links-opml.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-links-opml.php
r816 r817 49 49 } // end if not first time 50 50 ?> 51 <outline type="category" text="<?php echo( $result->cat_name) ?>">51 <outline type="category" text="<?php echo(htmlspecialchars(stripslashes($result->cat_name))) ?>"> 52 52 <?php 53 53 $prev_cat_id = $result->link_category; 54 54 } // end if new category 55 55 ?> 56 <outline type="link" text="<?php echo( $result->link_name) ?>" url="<?php echo($result->link_url) ?>"/>56 <outline type="link" text="<?php echo(htmlspecialchars(stripslashes($result->link_name))) ?>" url="<?php echo($result->link_url) ?>"/> 57 57 <?php 58 58 } // end foreach
