From a28d9539c76e4ba4b3dba3df6137a8400840974d Mon Sep 17 00:00:00 2001
From: Chris Rebert <code@rebertia.com>
Date: Mon, 14 Oct 2013 20:45:43 -0700
Subject: [PATCH] fix #10952

---
 less/glyphicons.less | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/less/glyphicons.less b/less/glyphicons.less
index 89aad0b352..709d31865e 100644
--- a/less/glyphicons.less
+++ b/less/glyphicons.less
@@ -14,7 +14,7 @@
   src: url('@{icon-font-path}@{icon-font-name}.eot?#iefix') format('embedded-opentype'),
        url('@{icon-font-path}@{icon-font-name}.woff') format('woff'),
        url('@{icon-font-path}@{icon-font-name}.ttf') format('truetype'),
-       url('@{icon-font-path}@{icon-font-name}.svg#glyphicons-halflingsregular') format('svg');
+       url('@{icon-font-path}@{icon-font-name}.svg#glyphicons_halflingsregular') format('svg');
 }
 
 // Catchall baseclass
-- 
GitLab