From: Dominik Tobschall Date: Fri, 17 Feb 2012 17:24:17 +0000 (+0100) Subject: fixed syntax error X-Git-Tag: v2.0.2~150^2^2 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F2063%2Fhead;p=thirdparty%2Fbootstrap.git fixed syntax error --- diff --git a/less/sprites.less b/less/sprites.less index 5e0eabf987..4014d70a5e 100644 --- a/less/sprites.less +++ b/less/sprites.less @@ -21,14 +21,14 @@ height: 14px; line-height: 14px; vertical-align: text-top; - background-image: url(@iconSpritePath); + background-image: url("@{iconSpritePath}"); background-position: 14px 14px; background-repeat: no-repeat; .ie7-restore-right-whitespace(); } .icon-white { - background-image: url(@iconWhiteSpritePath); + background-image: url("@{iconWhiteSpritePath}"); } .icon-glass { background-position: 0 0; }