I am using the WebClient getPage() method to load a page containing this tag: `<p class="result-item-price" data-testid="result-coupon-price">$24.43</p>` When I use the HtmlElement getTextContent() method, I get "24.431" instead of "$24.43". Why is it being changed?