phpBMS

Show
Ignore:
Timestamp:
02/16/07 11:59:50 (5 years ago)
Author:
brieb
Message:

Implemented #3. Fixed XHTML compliance of some <br> tags. Fixed invoice report errors. Fixed update.sql naming problem (had leading space)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/phpbms/fpdf/font/makefont/makefont.php

    r1 r186  
    122122                        if(!isset($widths[$map[$i]])) 
    123123                        { 
    124                                 echo '<B>Warning:</B> character '.$map[$i].' is missing<BR>'; 
     124                                echo '<B>Warning:</B> character '.$map[$i].' is missing<br />'; 
    125125                                $widths[$i]=$widths['.notdef']; 
    126126                        } 
     
    390390                        SaveToFile($cmp,gzcompress($file),'b'); 
    391391                        $s.='$file=\''.$cmp."';\n"; 
    392                         echo 'Font file compressed ('.$cmp.')<BR>'; 
     392                        echo 'Font file compressed ('.$cmp.')<br />'; 
    393393                } 
    394394                else 
    395395                { 
    396396                        $s.='$file=\''.basename($fontfile)."';\n"; 
    397                         echo '<B>Notice:</B> font file could not be compressed (zlib extension not available)<BR>'; 
     397                        echo '<B>Notice:</B> font file could not be compressed (zlib extension not available)<br />'; 
    398398                } 
    399399                if($type=='Type1') 
     
    412412        $s.="?>\n"; 
    413413        SaveToFile($basename.'.php',$s); 
    414         echo 'Font definition file generated ('.$basename.'.php'.')<BR>'; 
     414        echo 'Font definition file generated ('.$basename.'.php'.')<br />'; 
    415415} 
    416416?> 
phpBMS vulnerability assesment provided by Orvant Inc. Copyright © 2010 Kreotek, LLC. All Rights reserved.