Removed accidental call to expand_url
This commit is contained in:
parent
028769b73f
commit
1321423383
@ -79,7 +79,7 @@ module OctopressLiquidFilters
|
||||
def expand_urls(input, url='')
|
||||
url ||= '/'
|
||||
input.gsub /(\s+(href|src)\s*=\s*["|']{1})(\/[^\/\"'>]*)(["|']{1})/ do
|
||||
$1 + expand_url($3, url) + $4
|
||||
$1 + $3 + $4
|
||||
end
|
||||
end
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user