From 887b8d9234151ad8942e08f85371544cba732db3 Mon Sep 17 00:00:00 2001 From: wangchunsheng Date: Mon, 7 Dec 2009 06:24:42 +0000 Subject: [PATCH] * set the aliment of xmp. --- www/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/index.php b/www/index.php index 8fcd2cd924..e62e79c1ca 100644 --- a/www/index.php +++ b/www/index.php @@ -98,7 +98,7 @@ function _saveQuery() /* print_rĄŁ*/ function a($var) { - echo ""; + echo "<xmp class='a-left'>"; print_r($var); echo ""; }