[Vtigercrm-commits] [vtiger-commits] r10676 - /customerportal/trunk/Faq/Utils.php

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Fri Apr 13 06:52:10 EDT 2007


Author: richie
Date: Fri Apr 13 04:52:03 2007
New Revision: 10676

Log:
* Fixed the issue in class name, Fixed #3650

Modified:
    customerportal/trunk/Faq/Utils.php

Modified: customerportal/trunk/Faq/Utils.php
==============================================================================
--- customerportal/trunk/Faq/Utils.php (original)
+++ customerportal/trunk/Faq/Utils.php Fri Apr 13 04:52:03 2007
@@ -83,7 +83,7 @@
 						<a class="faqQues" href=index.php?module=Faq&action=index&fun=faq_detail&faqid='.$faq_array[$i]['id'].'>'.$faq_array[$i]['question'].'</a></td>
 				   </tr>
 				   <tr>
-					<td class="samll">'.$faq_array[$i]['answer'].'</td></tr><tr><td height="10"></td>
+					<td class="small">'.$faq_array[$i]['answer'].'</td></tr><tr><td height="10"></td>
 				   </tr>';
 		}
 	}





More information about the vtigercrm-commits mailing list