Added doc.tpl Fix charset

This commit is contained in:
Chupurnov Valeriy 2016-02-14 05:55:59 +05:00
parent e764ea53f1
commit 53c8570f3c

View File

@ -507,8 +507,8 @@ jQuery(function(){
<br /><strong>kr</strong> - Korean
<br /><strong>lt</strong> - Lithuanian (lietuviu)
<br /><strong>lv</strong> - Latvian (Latviesu)
<br /><strong>mk</strong> - Macedonian (Ìàêåäîíñêè)
<br /><strong>mn</strong> - Mongolian (Ìîíãîë)
<br /><strong>mk</strong> - Macedonian (Македонски)
<br /><strong>mn</strong> - Mongolian (Монгол)
<br /><strong>nl</strong> - Dutch
<br /><strong>no</strong> - Norwegian
<br /><strong>pl</strong> - Polish
@ -520,7 +520,7 @@ jQuery(function(){
<br /><strong>sk</strong> - Slovencina
<br /><strong>sl</strong> - Slovenscina
<br /><strong>sq</strong> - Albanian (Shqip)
<br /><strong>sr</strong> - Serbian Cyrillic (Ñðïñêè)
<br /><strong>sr</strong> - Serbian Cyrillic (Српски)
<br /><strong>sr-YU</strong> - Serbian (Srpski)
<br /><strong>sv</strong> - Svenska
<br /><strong>th</strong> - Thai
@ -540,7 +540,7 @@ jQuery(function(){
<tr id="format">
<td><a href="#format">format</a></td>
<td>Y/m/d H:i</td>
<td>Format datetime. <a href="http://php.net/manual/ru/function.date.php" target="_blank">More</a> Also there is a special type of <a href="#unixtime"><em>«unixtime»</em></a></td>
<td>Format datetime. <a href="http://php.net/manual/ru/function.date.php" target="_blank">More</a> Also there is a special type of <a href="#unixtime"><em>«unixtime»</em></a></td>
<td>
<pre><code data-language="javascript">{format:'H'}
{format:'Y'}{format:'unixtime'}</code></pre>