shish 4 lat temu
rodzic
commit
99f6dffed7
1 zmienionych plików z 2 dodań i 1 usunięć
  1. 2 1
      app-pt/controllers/MainController.php

+ 2 - 1
app-pt/controllers/MainController.php

@@ -266,13 +266,14 @@ TEXT;
         $arr = explode("
 ",$html);
         $arr = array_unique(array_filter($arr));
+        echo "<div style='font-size:35px;padding:20px 0 20px 0'>";
         foreach($arr as $item){
             echo $item."<br /><br />";
         }
+        echo "</div>";
         exit();
         //return $this->render('user_privacy');
 
-
     }
 
 }