We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
$page = $haml->render_file("$doc_root/page.haml", cfg => $config ); $layout = $haml->render_file("$doc_root/layout.haml", yield => $page );
renders the first time to something like that
<a class='navbar-brand' href='/'>Ши���н</a> <h1 class='h1 navbar-right'>VPN и �е��</h1>
than repeating running the same code renders all ok. checked with perl 5.10 openwrt, and 5.18.2 x86-64 linux. file sizes are:
2.4K layout.haml 3.2K page.haml
The text was updated successfully, but these errors were encountered:
Try passing encoding option to the constructor.
Sorry, something went wrong.
No branches or pull requests
renders the first time to something like that
than repeating running the same code renders all ok.
checked with perl 5.10 openwrt, and 5.18.2 x86-64 linux.
file sizes are:
The text was updated successfully, but these errors were encountered: