Skip to content
  • rgaudin's avatar
    Issue #126: Filepicker now allows *.ico file to be selected as favicon [NOT TESTED] · fe91b533
    rgaudin authored
    - Using separate filter for logo (only PNG) and favicon (PNG, ICO)
    - Could have required an update to ideascube:
    	usually, <a rel="icon" /> uses a type="xx" attribute with icon mime type)
    	but ideascube template (base.html) is not specifying it so browser will detect
    - favicon will be named favicon.png regardless of its type (no side effect)
    - needs to be tested from GUI to Web UI
    fe91b533