Index: /branches/testa-single-bookmark/php/content3.php
===================================================================
--- /branches/testa-single-bookmark/php/content3.php	(revision 69)
+++ /branches/testa-single-bookmark/php/content3.php	(revision 70)
@@ -452,9 +452,9 @@
             if( !isset( $restrict_htmlnames[$htmlfname] ) ){
                 $fpath =  $output_path . '/' . $htmlfname;
-                if( file_exist($fpath) ){
+                if( file_exists($fpath) ){
                     $array["full"] = $htmlfname;
                 }
                 $fpath_tmp =  $fpath . '.tmp';
-                if( file_exist($fpath_tmp) ){
+                if( file_exists($fpath_tmp) ){
                     $array["partial"] = $htmlfname_tmp;
                 }
