Github user d2r commented on a diff in the pull request:

    https://github.com/apache/incubator-storm/pull/209#discussion_r16745733
  
    --- Diff: storm-core/src/ui/public/component.html ---
    @@ -27,6 +27,7 @@
     <script src="/js/bootstrap-twipsy.js" type="text/javascript"></script>
     <script src="/js/script.js" type="text/javascript"></script>
     <script src="/js/moment.min.js" type="text/javascript"></script>
    +<meta charset="UTF-8">
    --- End diff --
    
    We need to move this `meta` tag into the first 1024 bytes of the document 
so that some browsers (FF) do not need to reload the page in order to get the 
encoding correct.
    
    I suggest we move these tags up to be the first child of `head` tag.
    
    Likewise with the other changes.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to