Friday, June 27, 2025
32.9 C
Singapore

Imam apologises for remarks on Jews and Christians

The  imam from Masjid Jamae (Chulia) in South Bridge Road who allegedly insulted Christians and Jews during his Friday sermon has apologised. The imam is said to have repeatedly quoted a verse from the Quran along the lines of “God grant us victory over Jews and Christians”, among other things.

The full text of the imam’s apology.

To All Singaporeans.

I am filled with great remorse for the inconvenience, tension and trauma that I have caused to this peaceful country.

My actions were not complementary to the ethos and essence of this young yet great nation.

What I did, was done within the limitations of my personal exposure and adaptability. I had recited the additional supplication in Arabic, which was taken from an old text that originated from my village in India. It was not an extract from the Holy Quran.

As a resident here from a foreign land, I should have practised my faith in accordance with, and appropriate to, the social norms and laws of this country. I fully admit that my said actions have no place, wheresoever, in this extremely multi-religious and multi-cultural society.

See also  Goh Chok Tong says ruling party must have clear majority of Parliamentary seats in 20 years

This episode has educated and enlightened me, and I am deeply thankful to God for this realisation. I am also very relieved that the society has remained calm. I am glad that the Police had given me the full opportunity to explain myself during the investigations.

I fully respect the laws of the land and appreciate the concerns of her people. I am truly sorry that I had offended you, and I must bear full responsibility for my actions, as part of my duty to all Singaporeans and residents.

Hot this week

US and China strike deal to expedite rare earth shipments amid trade tensions

WASHINGTON/BEIJING: China and the United States have reached an...

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); } });