mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[fix] head opening tag may have attributes.
This commit is contained in:
parent
50ba2668f5
commit
65721b41f3
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue