Pārlūkot izejas kodu

doesn't seem to do anything

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

+ 4 - 1
www/index.php

@@ -127,8 +127,11 @@ function clean_str($str) {
 				|
 				<?php 
 					echo clean_str($item->get_source()); 
-					echo '|';
+					echo ', ';
 					echo clean_str($item->get_category(0));
+					echo ", ";
+					echo clean_str($item->get_category(1));
+					echo ".";
 				?>
 			</p>