Closed weiwangda2014 closed 1 year ago
i have defined in decorator
and i have defined a page ,as follows
<JavaScripts> a...... </JavaScripts> <JavaScripts> b...... </JavaScripts>
the result is
a....
but now, i need result is
a...... and b......
Is there any way to fix my problem?
Example: https://github.com/sitemesh/sitemesh3/issues/99
i have defined in decorator
and i have defined a page ,as follows
the result is
a....
but now, i need result is
a...... and b......
Is there any way to fix my problem?