|
@@ -270,8 +270,7 @@ |
|
|
block discarded – undo |
|
270
|
270
|
return $relativePath; |
|
271
|
271
|
case 'url': |
|
272
|
272
|
return $revisionIsVersion ? |
|
273
|
|
- sprintf("%s/%s?v=%s", $basePath, $relativePath, $revision) : |
|
274
|
|
- sprintf("%s/%s", $basePath, $relativePath); |
|
|
273
|
+ sprintf("%s/%s?v=%s", $basePath, $relativePath, $revision) : sprintf("%s/%s", $basePath, $relativePath); |
|
275
|
274
|
default: |
|
276
|
275
|
$msg = sprintf( |
|
277
|
276
|
"Asset macro: Invalid variable '%s' in format '%s'. " . |
Please login to merge, or discard this patch.