瀏覽代碼

doesn't seem to do anything

Xen 1 年之前
父節點
當前提交
ce7c0855dd
共有 1 個文件被更改,包括 4 次插入1 次删除
  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>