Removed accidental call to expand_url
This commit is contained in:
parent
028769b73f
commit
1321423383
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue