<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to bugs</title><link>https://sourceforge.net/p/phphaml/bugs/</link><description>Recent changes to bugs</description><atom:link href="https://sourceforge.net/p/phphaml/bugs/feed.rss" rel="self"/><language>en</language><lastBuildDate>Mon, 18 May 2009 03:26:58 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/phphaml/bugs/feed.rss" rel="self" type="application/rss+xml"/><item><title>dashes in classes or ids</title><link>https://sourceforge.net/p/phphaml/bugs/4/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Any classes that have dashes seem to be having them removed.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Mon, 18 May 2009 03:26:58 -0000</pubDate><guid>https://sourceforge.net92b5909cacc5b060393a297d6f11f39e3e59a502</guid></item><item><title>commas in attributes</title><link>https://sourceforge.net/p/phphaml/bugs/3/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;When it encounters a comma in an attribute like having multiple media types for css like media = 'screen, projection' it thinks the second item in the string is a new attribute and screws up.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Sun, 17 May 2009 17:58:11 -0000</pubDate><guid>https://sourceforge.net81ceb5f430cabb35b9e8ff6faaaaa3b5e3fcf40a</guid></item><item><title>i18n problem while using writeAttributes.</title><link>https://sourceforge.net/p/phphaml/bugs/2/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Problem: i18n problem at writeAttributes. htmlentities encodes UTF-8 data.&lt;br /&gt;
Solution: replace "htmlentities" with "htmlspecialchars".&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Yuri Baburov</dc:creator><pubDate>Tue, 21 Apr 2009 12:58:19 -0000</pubDate><guid>https://sourceforge.net58408a3e025349f914392eddd41e890f53cc1591</guid></item><item><title>HAML if else bug</title><link>https://sourceforge.net/p/phphaml/bugs/1/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;%tr&lt;br /&gt;
- if (!empty($page-&amp;gt;title))&lt;br /&gt;
%th Title&lt;br /&gt;
- else &lt;br /&gt;
%th Title err&lt;br /&gt;
%td= $page-&amp;gt;title&lt;/p&gt;
&lt;p&gt;It is compiled to:&lt;/p&gt;
&lt;p&gt;&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;?php       if (!empty($page-&amp;gt;title)) {?&amp;gt;          &amp;lt;th&amp;gt;Title&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;?php } ?&amp;gt;&amp;lt;?php       else {?&amp;gt;          &amp;lt;th&amp;gt;Title err&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;?php } ?&amp;gt;        &amp;lt;td&amp;gt;&amp;lt;?php echo $page-&amp;gt;title; ?&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;/p&gt;
&lt;p&gt;But it doesn't work because of the syntax error:&lt;br /&gt;
&amp;lt;?php } ?&amp;gt;&amp;lt;?php       else {?&amp;gt; &lt;br /&gt;
Must be&lt;br /&gt;
&amp;lt;?php }     else {?&amp;gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Renat Mennanov</dc:creator><pubDate>Mon, 26 Jan 2009 08:13:05 -0000</pubDate><guid>https://sourceforge.netf1d13d346ffdc24f2d800576483fd71f7e6c27dd</guid></item></channel></rss>