[Openfirst-cvscommit] base/style headers.php,1.5,1.6
Brought to you by:
xtimg
From: Astronouth7303 <ast...@us...> - 2005-06-30 02:36:00
|
Update of /cvsroot/openfirst/base/style In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15531/style Modified Files: headers.php Log Message: minor thing (removes trailing space on header list). See dif. Index: headers.php =================================================================== RCS file: /cvsroot/openfirst/base/style/headers.php,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** headers.php 29 Jun 2005 21:20:42 -0000 1.5 --- headers.php 30 Jun 2005 02:35:50 -0000 1.6 *************** *** 24,28 **** } ! $headers = substr($headers, 0, -strlen('| ')); } --- 24,28 ---- } ! $headers = substr($headers, 0, -strlen(' | ')); } |