diff --git a/sponsors.html b/sponsors.html
index 977cb42..39e338a 100644
--- a/sponsors.html
+++ b/sponsors.html
@@ -162,13 +162,15 @@
$.each(data, function(i, item) {
for (var i = 0; i < item.length; i++) {
$("#" + item[i].SponsorLevel).append(
- "
"
+ "'>"
);
}
});