We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86a49d9 commit 8fa36dcCopy full SHA for 8fa36dc
bin/expand-links
@@ -29,7 +29,7 @@ foreach ($filesAndLinks['files'] as $file) {
29
// If the file exists, ensure we make a proper link to it
30
if ($link['toFile'] !== null) {
31
$replaceLinkString = '[' . $link['linkText'] . ']'
32
- . '(' . $link['toFile'] . ')'
+ . '(' . $link['toFile']
33
. ($link['titleAttribute'] ? ' "' . $link['titleAttribute'] . '"' : '')
34
. ')';
35
}
0 commit comments