Skip to content

Commit 4de34a2

Browse files
authored
Merge pull request #9 from burki/master
Update README.md
2 parents c9af15c + 13b6e72 commit 4de34a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ $autolink->setLinkBuilder(function($url, $attribs)
254254
{
255255
$attribs['src'] = htmlspecialchars($url);
256256

257-
return (string) new \Windwalker\Html\HtmlElement('img', null, $attribs);
257+
return (string) new \Windwalker\Dom\HtmlElement('img', null, $attribs);
258258
});
259259
```
260260

0 commit comments

Comments
 (0)