Index: trunk/extensions/WebFonts/js/webfonts.js |
— | — | @@ -111,7 +111,7 @@ |
112 | 112 | $fontlink = $( '<input >' ) |
113 | 113 | .attr("type","radio") |
114 | 114 | .attr("name","font") |
115 | | - .attr("name","webfont-none") |
| 115 | + .attr("value","webfont-none") |
116 | 116 | .click( function( event ) { |
117 | 117 | $.webfonts.set( 'none'); |
118 | 118 | }); |