We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6fdbae commit b0366ffCopy full SHA for b0366ff
README.md
@@ -1,4 +1,4 @@
1
-# nodejs-output-phptags
+# nodejs-output-php
2
Шаблонизатор для nodejs
3
```
4
Автоматически подсвечивает php-тэги в любом текстовом редакторе
@@ -104,7 +104,7 @@ server.listen(myConfig.data.port);
104
if (myConfig.data.isDebug) console.log('Server start on port ' + myConfig.data.port + ' ...');
105
106
## Код отображения (файл test.php)
107
-```php
+```html
108
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
109
<html xmlns="http://www.w3.org/1999/xhtml">
110
<head>
0 commit comments