Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitabd2b8e

Browse files
author
Dominik Liebler
committed
Merge pull requestDesignPatternsPHP#90 from atans/patch-1
Fix typo
2 parents7e88735 +17bb7b7 commitabd2b8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎AbstractFactory/Html/Picture.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ class Picture extends BasePicture
1818
*/
1919
publicfunctionrender()
2020
{
21-
returnsprintf('<img src="%s" title="$s"/>',$this->path,$this->name);
21+
returnsprintf('<img src="%s" title="%s"/>',$this->path,$this->name);
2222
}
2323
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp