After instalation error parser error in config.php

Hi,

after instalation and configuration, when run.. i got some errors. one of them is parser error in config.php in line 26.

define("LOG_FILE", app_dir . DIRECTORY_SEPARATOR ".." . DIRECTORY_SEPARATOR . "log" . DIRECTORY_SEPARATOR . "errors.log.html");

there is a dot missing after the first DIRECTORY_SEPARATOR

should be like this:

define("LOG_FILE", app_dir . DIRECTORY_SEPARATOR . ".." . DIRECTORY_SEPARATOR . "log" . DIRECTORY_SEPARATOR . "errors.log.html");