Xen 1 gadu atpakaļ
vecāks
revīzija
24af2ea198
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      www/index.php

+ 1 - 1
www/index.php

@@ -109,7 +109,7 @@ function clean_str($str) {
 		
 		if (str_contains(strtoupper($item_title), strtoupper("sports")))
 		{
-			echo '<font size="1">⚽ 🏀 🏈 ⚾️ 🎾 🏐 🏉 🎱 🏆 🏟 ⛹️ <a href="$item_link">happened</a></font>'; // 🧒 👦 👦 👨‍👦‍👦
+			echo '<p style="font-size: 1;">⚽ 🏀 🏈 ⚾️ 🎾 🏐 🏉 🎱 🏆 🏟 ⛹️ <a href="$item_link">happened</a></p>'; // 🧒 👦 👦 👨‍👦‍👦
 			continue;
 		}