Skip to content

Commit

Permalink
Fix news item href
Browse files Browse the repository at this point in the history
  • Loading branch information
bergal committed Dec 25, 2011
1 parent cb4db9b commit 41dd493
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion user_guide_src/source/tutorial/news_section.rst
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ and add the next piece of code.
<div id="main">
<?php echo $news_item['text'] ?>
</div>
<p><a href="news/<?php echo $news_item['slug'] ?>">View article</a></p>
<p><a href="<?php echo $news_item['slug'] ?>">View article</a></p>

<?php endforeach ?>

Expand Down

0 comments on commit 41dd493

Please sign in to comment.