Saturday, June 28, 2025
29.3 C
Singapore

Channel NewsAsia botches headline of Jho Low story on live television

National broadcasting network Mediacorp’s Channel NewsAsia botched the headline on the running news ticker on live TV.

Instead of the headline to the story, the news ticker featured “SDSFSDFSDSFSSDSFFSDFDFSD” on the new ticker, below a picture of Jho Low.

An eagle eyed netizen spotted the error and quickly took a picture of his TV screen. The netizen, Reddit user u/dkmag, shared the picture online yesterday.

Netizens responding to the picture online were mostly amused at the error:

See also  “Goh Keng Swee, mad genius”?

Hot this week

Popular Categories

document.addEventListener("DOMContentLoaded", () => { const trigger = document.getElementById("ads-trigger"); if ('IntersectionObserver' in window && trigger) { const observer = new IntersectionObserver((entries, observer) => { entries.forEach(entry => { if (entry.isIntersecting) { lazyLoader(); // You should define lazyLoader() elsewhere or inline here observer.unobserve(entry.target); // Run once } }); }, { rootMargin: '800px', threshold: 0.1 }); observer.observe(trigger); } else { // Fallback setTimeout(lazyLoader, 3000); } });