#139: Rendering error for Greek Fedora Project Start Page (Fix included)
------------------------+------------------------
 Reporter:  pdudis      |       Owner:  webmaster
     Type:  defect      |      Status:  new
 Priority:  minor       |   Milestone:
Component:  General     |     Version:
 Keywords:  Start Page  |  Blocked By:
 Blocking:              |
------------------------+------------------------
 There's a bug on the Start Page (http://fedoraproject.org/) when selecting
 Greek as the page language. The result is a dumped HTML source code in the
 user's web browser window. The bug is located in line 52 (see attached
 screenshot):

 Current buggy code:

 {{{
 <option value="el" selected>Ελληνικά</option>
 }}}


 Fix:

 {{{
 <option value="el">Ελληνικά</option>
 }}}

-- 
Ticket URL: <https://fedorahosted.org/fedora-websites/ticket/139>
fedora-websites <https://fedoraproject.org/wiki/Websites>
Fedora Website Team's Trac instance
-- 
websites mailing list
websites@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/websites

Reply via email to