mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Fix funny warning.
This commit is contained in:
parent
ea9eee4c77
commit
6725a30fe2
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@
|
|||
<li style="padding-top: 10px">
|
||||
<span style="font-size: 18px"><?php echo $plugin; ?></span>
|
||||
<ul>
|
||||
<li><a href='<?php echo $cases; ?>&plugin=<?php echo $plugin; ?>'>Tests</a></li>
|
||||
<li><?php printf('<a href="%s&plugin=%s">Tests</a>', $cases, $plugin); ?></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
|
|
Loading…
Reference in a new issue