Skip to content

Commit

Permalink
Fixed page refresh bug in jQuery framework
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffreyWay committed Oct 21, 2010
1 parent f8d2114 commit afc7a9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions views/site.tmpl.php
Expand Up @@ -17,8 +17,8 @@

<li>
<h2>
<a href="article.php?siteName=<?php echo $siteName;?>&origLink=<?php echo $item->guid->content;?>">
<?php echo $item->title; ?>
<a href="article.php?siteName=<?php echo $siteName;?>&origLink=<?php echo urlencode($item->guid->content);?>">
<?php echo $item->title; ?>
</a>
</h2>
<span class="ui-li-count"><?php echo $comments; ?> </span>
Expand Down

0 comments on commit afc7a9c

Please sign in to comment.