remove <icon forward></icon>

This commit is contained in:
Adam Bradley
2015-09-18 15:55:18 -05:00
parent 4a58321beb
commit 00ebfaebfc
15 changed files with 39 additions and 51 deletions

View File

@@ -105,8 +105,7 @@
// --------------------------------------------------
@function url-encode($val) {
$val: str-replace($val, ' ', '%20');
@return $val;
@return str-replace($val, ' ', '%20');
}