mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Fixes typo from Bug #53381.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@305677 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
666f9c872a
commit
cb18b62069
1 changed files with 1 additions and 1 deletions
|
@ -459,7 +459,7 @@ echo "1/3/2005 - %V,%G,%Y = " . strftime("%V,%G,%Y",strtotime("1/3/2005")) . "\n
|
|||
<![CDATA[
|
||||
<?php
|
||||
|
||||
$format = '%e':
|
||||
$format = '%e';
|
||||
|
||||
// Check for Windows and only attempt to replace
|
||||
// the %e modifiers if they exists in the format
|
||||
|
|
Loading…
Reference in a new issue