Skip to content

Commit

Permalink
Whitespace police
Browse files Browse the repository at this point in the history
  • Loading branch information
fakedarren committed May 7, 2012
1 parent e40b310 commit 8b68f89
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions application/views/plugins.tpl
Expand Up @@ -23,27 +23,27 @@
<li class="span3"> <li class="span3">
<div class="thumbnail"> <div class="thumbnail">
<a href="<?=$moreURL?>/official"> <a href="<?=$moreURL?>/official">
<img src="http://placehold.it/260x180" /> <img src="http://placehold.it/260x180" />
<h1>Official Plugins</h1> <h1>Official Plugins</h1>
<p>Official plugins by the MooTools Dev Team</p> <p>Official plugins by the MooTools Dev Team</p>
</a> </a>
</div> </div>
</li> </li>
<li class="span3"> <li class="span3">
<div class="thumbnail"> <div class="thumbnail">
<a href="/forge"> <a href="/forge">
<img src="http://placehold.it/260x180" /> <img src="http://placehold.it/260x180" />
<h1>The Forge</h1> <h1>The Forge</h1>
<p>User-submitted plugins repository</p> <p>User-submitted plugins repository</p>
</a> </a>
</div> </div>
</li> </li>
<li class="span3"> <li class="span3">
<div class="thumbnail"> <div class="thumbnail">
<a href="<?=$featured[0]->url?>"> <a href="<?=$featured[0]->url?>">
<img src="http://placehold.it/260x180&text=random" /> <img src="http://placehold.it/260x180&amp;text=random" />
<h1><?=$featured[0]->name?></h1> <h1><?=$featured[0]->name?></h1>
<p>(this would be a random extension)</p> <p>(this would be a random extension)</p>
</a> </a>
</div> </div>
</li> </li>
Expand Down

0 comments on commit 8b68f89

Please sign in to comment.