Skip to content

Commit 39f4ed3

Browse files
mac url title formatting
1 parent e38c73d commit 39f4ed3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ foreach (@packages) {
7676
if ($links) {
7777
$links .= '<br/>';
7878
}
79-
$links .= "<a href='http://sourceforge.net/projects/deadbeef/files/plugins/mac/$conf{fname_mac_universal}/download'>Mac (Universal)</a>";
79+
$links .= "<a href='http://sourceforge.net/projects/deadbeef/files/plugins/mac/$conf{fname_mac_universal}/download'>Mac&nbsp;(Universal)</a>";
8080
}
8181
if ($conf{fname_windows_x86_64}) {
8282
if ($links) {

0 commit comments

Comments
 (0)