Fix funny warning.

This commit is contained in:
mark_story 2012-05-23 22:45:23 -04:00
parent ea9eee4c77
commit 6725a30fe2

View file

@ -33,7 +33,7 @@
<li style="padding-top: 10px"> <li style="padding-top: 10px">
<span style="font-size: 18px"><?php echo $plugin; ?></span> <span style="font-size: 18px"><?php echo $plugin; ?></span>
<ul> <ul>
<li><a href='<?php echo $cases; ?>&amp;plugin=<?php echo $plugin; ?>'>Tests</a></li> <li><?php printf('<a href="%s&amp;plugin=%s">Tests</a>', $cases, $plugin); ?></li>
</ul> </ul>
</li> </li>
</ul> </ul>