Quote from: TDoS on Today at 04:39 AMIndeed. Who knows what will happen with oil at 3077400 a barrel!
Using the 'Get Article' dropdown on the 'Article Options' button will let you add a Doomscroll article to a post here. It does that by creating a special tag in the post. Then the article is later looked up using this tag and displayed. The code that displays the tile and description after looking up the article info was not rendering a '$' correctly. Now it is.
The fix :
Code Select
$safe_description = htmlspecialchars($article['description']);
$safe_description = str_replace('$', '$', $safe_description);
$safe_description = nl2br($safe_description);As you can see here :

Wall Street Slips on Soaring Crude Prices; Tech Stocks Rebound
Wall Street’s main indexes were off session lows on Monday as a rebound in technology stocks softened the blow from investor concerns that soaring oil prices $ could exacerbate inflation pressures.