Commit cda5fd8a8bdfad6e6f9378de83f06ecd4d74562b
1 parent
ac6b7e4e
Exists in
theme-brasil-digital-from-staging
and in
9 other branches
Fix script tag in application-ng layout
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/views/layouts/application-ng.html.erb
... | ... | @@ -89,7 +89,7 @@ |
89 | 89 | <link href='//feedback.participa.br/assets/feedback.css' media='all' rel='stylesheet'> |
90 | 90 | <script src='//feedback.participa.br/assets/feedback_client.js'></script> |
91 | 91 | |
92 | - <script type=text/javascript> | |
92 | + <script type="text/javascript"> | |
93 | 93 | $(document).ready(function() { |
94 | 94 | Feedback( |
95 | 95 | { | ... | ... |