mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
img tag needs manual space
This commit is contained in:
parent
51d75bc2be
commit
2d7487d33c
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ class HtmlHelper extends AppHelper {
|
|||
'submit' => '<input%s/>',
|
||||
'submitimage' => '<input type="image" src="%s"%s/>',
|
||||
'button' => '<button%s>%s</button>',
|
||||
'image' => '<img src="%s"%s/>',
|
||||
'image' => '<img src="%s" %s/>',
|
||||
'tableheader' => '<th%s>%s</th>',
|
||||
'tableheaderrow' => '<tr%s>%s</tr>',
|
||||
'tablecell' => '<td%s>%s</td>',
|
||||
|
|
Loading…
Reference in a new issue