|
|
Choosing A Webhost: |
mantisbt/core html_api.php,1.182,1.183: msg#00137bug-tracking.mantis.cvs
Update of /cvsroot/mantisbt/mantisbt/core In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1080/core Modified Files: html_api.php Log Message: 0004127: Unnecessary dash in title when window title is empty string Index: html_api.php =================================================================== RCS file: /cvsroot/mantisbt/mantisbt/core/html_api.php,v retrieving revision 1.182 retrieving revision 1.183 diff -u -d -r1.182 -r1.183 --- html_api.php 28 Jul 2005 16:20:13 -0000 1.182 +++ html_api.php 31 Jul 2005 16:09:36 -0000 1.183 @@ -195,10 +195,14 @@ function html_title( $p_page_title = null ) { $t_title = config_get( 'window_title' ); echo "\t", '<title>'; - if ( $p_page_title === null ) { + if ( 0 == strlen( $p_page_title ) ) { echo string_display( $t_title ); } else { - echo $p_page_title . ' - ' . string_display( $t_title ); + if ( 0 == strlen( $t_title ) ) { + echo $p_page_title; + } else { + echo $p_page_title . ' - ' . string_display( $t_title ); + } } echo '</title>', "\n"; } @@ -1130,4 +1134,4 @@ echo '</tr></table>'; } -?> \ No newline at end of file +?> ------------------------------------------------------- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Roadmaps, straightforward articles, informative Webcasts and more! Get everything you need to get up to speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | mantisbt/lang strings_spanish.txt,1.89,1.90, Victor Boctor |
|---|---|
| Next by Date: | mantisbt/core error_api.php,1.46,1.47 filter_api.php,1.119,1.120 string_api.php,1.73,1.74, Jeroen Latour |
| Previous by Thread: | mantisbt/lang strings_spanish.txt,1.89,1.90, Victor Boctor |
| Next by Thread: | mantisbt/core error_api.php,1.46,1.47 filter_api.php,1.119,1.120 string_api.php,1.73,1.74, Jeroen Latour |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
Free MagazinesCisco NewsReceive a free quarterly e-newsletter with exclusive articles on how Cisco IT uses its own products and solutions to enable the business. subscribe Systems Management News, the newspaper for IT systems administration and data center managers! Each issue of Systems Management News is chock-full of news and analysis to help you understand what's happening in your field. subscribe The Enterprise Newsweekly eWeek is the essential technology information source for builders of e-business. subscribe Oracle Magazine Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company. subscribe Total Telecom Total Telecom is "The Economist of the communications industry". subscribe |