Indefero

Issue 792: HTML entity for non-breaking space in tag</h1> </div> <div id="bd"> <div id="yui-main"> <div class="yui-b"> <div class="yui-g"> <div class="content"> <div class="issue-prev-next"> <a href="/p/indefero/issues/790/" title="Click here to view the previous open issue">Previous issue</a> - <a href="/p/indefero/issues/796/" title="Click here to view the next open issue">Next issue</a> </div> <div class="issue-comment issue-comment-first issue-comment-last" id="ic3240"> <img style="float:right; position: relative; max-height: 60px; max-width: 60px;" src="http://www.gravatar.com/avatar/9a50e6467f82fdd76964331fae32ec3b.jpg?s=60&d=http://projects.ceondo.com/media/idf/img/spacer.gif" alt=" " /> <p>Reported by Germain Guglielmetti, Mar 15, 2012</p> <pre class="issue-comment-text">Some HTML entities are shown where they should not, like in the <title tag: <title><a href="/p/indefero/issues/16/" class="issue-o" title="Translations of the default priorities and status">Ticket 16</a>&amp;nbsp;: Ticket description goes here</title></pre> </div> <div class="issue-comment-signin"> <a href="/login/">Sign in</a> to reply to this comment. </div> </div> </div> </div> </div> <div class="yui-b context" id="context"> <div class="issue-info"> <p><strong>Created:</strong> <span class="nobrk">1 year 3 months ago</span> <span class="nobrk">by <a href="/u/ashorlivs/" class="username">Germain Guglielmetti</a></span></p> <p> <strong>Status:</strong> New</p> <p> <strong>Labels:</strong><br /> <span class="label"><a href="/p/indefero/issues/label/9/open/" class="label"><strong>Type:</strong>Defect</a></span><br /> <span class="label"><a href="/p/indefero/issues/label/11/open/" class="label"><strong>Priority:</strong>Medium</a></span><br /> </p> </div> </div> </div> <div id="ft"></div> </div> <script type="text/javascript" src="http://projects.ceondo.com/media/idf/js/jquery.hotkeys.js?de58d"></script> <script type="text/javascript" charset="utf-8"> // <!-- jQuery.hotkeys.add('Shift+h',{disableInInput: true},function (){window.location.href='/help/';}); jQuery.hotkeys.add('Shift+u',{disableInInput: true},function (){window.location.href='/p/indefero/timeline/all/';}); jQuery.hotkeys.add('Shift+a',{disableInInput: true},function (){window.location.href='/p/indefero/issues/create/';}); jQuery.hotkeys.add('Shift+i',{disableInInput: true},function (){window.location.href='/p/indefero/issues/';}); jQuery.hotkeys.add('Shift+d',{disableInInput: true},function (){window.location.href='/p/indefero/downloads/';}); jQuery.hotkeys.add('Shift+o',{disableInInput: true},function (){window.location.href='/p/indefero/doc/';}); jQuery.hotkeys.add('Shift+s',{disableInInput: true},function (){window.location.href='/p/indefero/source/tree/master/';}); //--> </script> <script type="text/javascript" charset="utf-8"> $(document).ready(function() { $("input.filter-list").each(function() { var input = $(this); var lists = $("ul#" + input.attr("rel")); if (lists.length == 0) return; var list = $(lists[0]); var wrapper = input.parent(); // a list should contain a reasonable amount of items // to be filterable - we also give the filter input a // special class here so we recognize it later in case // we have to hide it when the list view is collapsed if (list.children("li").length > 10) { wrapper.addClass("activated"); input.focus(function() { // ensure that the parent of the list keeps activated / opened list.parent().addClass("activated"); if (input.attr("value") == input.attr("title")) { input.attr("value", ""); wrapper.removeClass("default"); } }); input.blur(function() { list.parent().removeClass("activated"); if (input.attr("value").length == 0) { input.attr("value", input.attr("title")); wrapper.addClass("default"); } }); input.keyup(function(ev) { var filter = $(this)[0]; list.children("li").css('display', 'block'); list.children("li").filter(function(index) { if (filter.value == "") return false; if ($(this).text().indexOf(filter.value) > -1) return false; return true; }).css('display', 'none'); }); wrapper.children('span').click(function() { input.val('').keyup().blur(); }); // initialize it with the default input.val('').blur(); } }); }); </script> <script type="text/javascript" charset="utf-8"> //<![CDATA[ $(document).ready(function(){ var frag = location.hash; if ($('#preview').length) { location.hash = '#preview'; } else if (frag.length > 3 && frag.substring(0, 3) == '#ic') { $(frag).addClass("issue-comment-focus"); } var contextTop = $('div#context').position().top; var contextFixEnabled = true; $(window).scroll(function() { if (!contextFixEnabled || $(window).scrollTop() < contextTop) $('div#context').css('position', 'relative'); else $('div#context').css('position', 'fixed'); }); $(window).resize(function() { contextFixEnabled = $('div#context').offset().top + $('div#context').height() < $(window).height(); }); $(window).resize(); }); //]]> </script> <script type="text/javascript"> var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www."); document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E")); </script> <script type="text/javascript"> try { var pageTracker = _gat._getTracker("UA-408943-11"); pageTracker._trackPageview(); } catch(err) {} </script></body> </html>