sbd-npm 1.2.66 → 1.2.67
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/util.js +1 -1
package/package.json
CHANGED
package/util.js
CHANGED
@@ -2404,7 +2404,7 @@ const Util = {
|
|
2404
2404
|
rate_val = -rate_val
|
2405
2405
|
}
|
2406
2406
|
}
|
2407
|
-
return "<b title='" + (year_price + " - " price) + "' class='" + cls + "'>" + rate_val + "%</b>";
|
2407
|
+
return "<b title='" + (year_price + " - " + price) + "' class='" + cls + "'>" + rate_val + "%</b>";
|
2408
2408
|
},
|
2409
2409
|
|
2410
2410
|
/**
|