[fix] head opening tag may have attributes.

This commit is contained in:
opi 2016-02-08 12:33:34 +01:00
parent 50ba2668f5
commit 65721b41f3

View file

@ -1,2 +1,2 @@
sub_filter <head> '<head><script type="text/javascript" src="/ynhpanel.js"></script>';
sub_filter </head> '<script type="text/javascript" src="/ynhpanel.js"></script></head>';
sub_filter_once on;