<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -325,12 +325,13 @@ module ApplicationHelper
   end
 
   def html_title(*args)
+    puts &quot;HTML_TITLE #{args.join(',')}&quot;
     if args.empty?
       title = []
       title &lt;&lt; @project.name if @project
       title += @html_title if @html_title
       title &lt;&lt; Setting.app_title
-      title.compact.join(' - ')
+      title.select {|t| !t.blank? }.join(' - ')
     else
       @html_title ||= []
       @html_title += args</diff>
      <filename>app/helpers/application_helper.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>83717a9b754177c4fff4cff4dead6a7ef544a605</id>
    </parent>
  </parents>
  <author>
    <name>Jean-Philippe Lang</name>
    <email>jp_lang@yahoo.fr</email>
  </author>
  <url>http://github.com/svoop/redmine/commit/383b2bd9039256ab3bbcf5208ea5162b6ca46603</url>
  <id>383b2bd9039256ab3bbcf5208ea5162b6ca46603</id>
  <committed-date>2009-10-24T05:33:08-07:00</committed-date>
  <authored-date>2009-10-24T05:33:08-07:00</authored-date>
  <message>Small fix to HTML title.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2964 e93f8b46-1217-0410-a6f0-8f06a7374b81</message>
  <tree>96445e990b75101d8d2789d02296265f11d0adc1</tree>
  <committer>
    <name>Jean-Philippe Lang</name>
    <email>jp_lang@yahoo.fr</email>
  </committer>
</commit>
