mirror of
https://github.com/kennethreitz-archive/wp-mustache.git
synced 2026-06-05 23:50:19 +00:00
5 lines
82 B
PHP
5 lines
82 B
PHP
<?php
|
|
|
|
class UTF8Unescaped extends Mustache {
|
|
public $test = '中文又来啦';
|
|
} |