[fusion-commits] r1582 - trunk/widgets
svn_fusion at osgeo.org
svn_fusion at osgeo.org
Fri Oct 3 09:08:06 EDT 2008
Author: madair
Date: 2008-10-03 09:08:06 -0400 (Fri, 03 Oct 2008)
New Revision: 1582
Modified:
trunk/widgets/SelectRadiusValue.js
Log:
closes #134: patch applied to trunk
Modified: trunk/widgets/SelectRadiusValue.js
===================================================================
--- trunk/widgets/SelectRadiusValue.js 2008-10-03 13:03:21 UTC (rev 1581)
+++ trunk/widgets/SelectRadiusValue.js 2008-10-03 13:08:06 UTC (rev 1582)
@@ -51,7 +51,7 @@
draw: function() {
/* put in the label */
var units = this.getMap().getAllMaps()[0].units;
- this.domLabel = document.createElement('label');
+ this.domLabel = document.createElement('span');
this.domLabel.className = this.className;
this.domLabel.innerHTML = this.label + '(' + units + ')';
More information about the fusion-commits
mailing list