Skip to content

Commit

Permalink
http://mosquito.wordpress.org/view.php?id=624
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.automattic.com/wordpress/trunk@2063 1a063a9b-81f0-0310-95a4-ce76da25c4cd
  • Loading branch information
saxmatt committed Jan 7, 2005
1 parent 4015316 commit 46fa15f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wp-links-opml.php
Expand Up @@ -48,7 +48,7 @@
$prev_cat_id = $result->link_category;
} // end if new category
?>
<outline title="<?php echo wp_specialchars($result->link_name); ?>" type="link" xmlUrl="<?php echo $result->link_rss; ?>" htmlUrl="<?php echo($result->link_url) ?>"/>
<outline title="<?php echo wp_specialchars($result->link_name); ?>" type="link" xmlUrl="<?php echo $result->link_rss; ?>" htmlUrl="<?php echo(wp_specialchars($result->link_url)) ?>"/>
<?php
} // end foreach
} // end if
Expand Down

0 comments on commit 46fa15f

Please sign in to comment.