mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
img_tag(): For \n to be interpreted as a newline, the string must use double
quote, not single quotes. Ugh.
This commit is contained in:
parent
d22e25002a
commit
a0e4b78233
1 changed files with 1 additions and 1 deletions
|
@ -193,7 +193,7 @@ sub img_tag {
|
|||
,'" src="', $icon, '">' );
|
||||
}
|
||||
return join('', '<img ', $iconsizes{$1}, $align
|
||||
,'border=', $nav_border, ' alt="', $alt, '"\n'
|
||||
,'border=', $nav_border, ' alt="', $alt, "\"\n"
|
||||
,' src="', $ICONSERVER, "/$icon", '">' );
|
||||
}
|
||||
else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue