<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -53,7 +53,7 @@
   &lt;div style=&quot;float:right;&quot;&gt;&lt;%= avatar_for log.user, 25 if log.user %&gt;&lt;/div&gt;
   &lt;div style=&quot;clear:both;padding-left:4px;padding-right:4px;padding-top:0.2em;padding-bottom:1em;border-top:1px solid #e8e8e8;&quot;&gt;
 &lt;% if log.body &amp;&amp; log.body.length &gt; 0 %&gt;
-       &lt;%= x = wrap_text( log.body.gsub(/- &lt;strong&gt;([^&lt;]+)&lt;\/strong&gt;/) {|m| &quot;- &lt;strong&gt;#{_($1)}&lt;/strong&gt;&quot;}, 100).gsub(/\n/, &quot;&lt;br&gt;&quot;) if log.body %&gt;
+       &lt;%= x = wrap_text( log.body.gsub(/- &lt;strong&gt;([^&lt;]+)&lt;\/strong&gt;/) {|m| &quot;- &lt;strong&gt;#{_($1)}&lt;/strong&gt;&quot;}, 100).gsub(/\n/, &quot;&lt;br/&gt;&quot;) if log.body %&gt;
 &lt;% end %&gt;
   &lt;/div&gt;
   &lt;/td&gt;</diff>
      <filename>app/views/activities/_log_row.html.erb</filename>
    </modified>
    <modified>
      <diff>@@ -34,7 +34,7 @@
 	&lt;%= &quot;&lt;small&gt;&quot; + log.scm_changeset.issue_num + &quot;&lt;/small&gt; &quot; + link_to(h(log.scm_changeset.name), {:controller =&gt; 'scm', :action =&gt; 'edit', :id =&gt; log.scm_changeset_id}) -%&gt;&lt;br /&gt;&lt;%= &quot;&lt;span class=\&quot;optional\&quot;&gt;#{log.scm_changeset.full_name}&lt;/span&gt; &quot; %&gt;
 &lt;% end %&gt;
 
-&lt;%= log.body.gsub(/\n/, &quot;&lt;br&gt;&quot;) if log.body %&gt;
+&lt;%= log.body.gsub(/\n/, &quot;&lt;br/&gt;&quot;) if log.body %&gt;
 
 &lt;/p&gt;
 &lt;/div&gt;</diff>
      <filename>app/views/activities/_log_row2.html.erb</filename>
    </modified>
    <modified>
      <diff>@@ -29,9 +29,9 @@
     &lt;div style=&quot;float:right;&quot;&gt;&lt;%= avatar_for log.user, 25 if log.user %&gt;&lt;/div&gt;
     &lt;div style=&quot;clear:both;padding-left:4px;padding-right:4px;padding-top:0.2em;padding-bottom:1em;border-top:1px solid #e8e8e8;&quot;&gt;
       &lt;% if log.target.is_a?(Post) &amp;&amp; log.target.body &amp;&amp; log.target.body.length &gt; 0 %&gt;
-        &lt;%= wrap_text(h(log.target.body), 100).gsub(/\n/, &quot;&lt;br&gt;&quot;)  %&gt;
+        &lt;%= wrap_text(h(log.target.body), 100).gsub(/\n/, &quot;&lt;br/&gt;&quot;)  %&gt;
       &lt;% elsif log.body &amp;&amp; log.body.length &gt; 0 %&gt;
-        &lt;%= wrap_text(log.body, 100).gsub(/\n/, &quot;&lt;br&gt;&quot;)  %&gt;
+        &lt;%= wrap_text(log.body, 100).gsub(/\n/, &quot;&lt;br/&gt;&quot;)  %&gt;
       &lt;% end %&gt;
     &lt;/div&gt;
   &lt;/td&gt;</diff>
      <filename>app/views/activities/_other_row.html.erb</filename>
    </modified>
    <modified>
      <diff>@@ -8,7 +8,7 @@
           &lt;/tr&gt;
           &lt;tr&gt;
             &lt;td colspan=2&gt;
-            &lt;div class=&quot;welcome&quot;&gt;&lt;%= _'Welcome to ClockingIT. To get started, follow the steps below.'%&gt;&lt;br&gt;&lt;%= link_to _(&quot;Don't show this splash page&quot;), :controller =&gt; 'activities', :action =&gt; 'hide_welcome' %&gt;&lt;/div&gt;
+            &lt;div class=&quot;welcome&quot;&gt;&lt;%= _'Welcome to ClockingIT. To get started, follow the steps below.'%&gt;&lt;br/&gt;&lt;%= link_to _(&quot;Don't show this splash page&quot;), :controller =&gt; 'activities', :action =&gt; 'hide_welcome' %&gt;&lt;/div&gt;
 
             &lt;div class=&quot;tutorial&lt;%= &quot; complete&quot; if @projects_count &gt; 0%&gt;&quot;&gt;
               &lt;%= _&quot;The first step is to %s. Don't worry about entering real data, you can always delete the project you create and start over, once you get the hang of things.&quot;, link_to(_('create a project'), :controller =&gt; 'projects', :action =&gt; 'new') %&gt; &lt;br /&gt;&lt;br /&gt;</diff>
      <filename>app/views/activities/welcome.html.erb</filename>
    </modified>
    <modified>
      <diff>@@ -8,6 +8,6 @@
 
 &lt;p&gt;&lt;label for=&quot;file_name&quot;&gt;&lt;%=_ 'Name' %&gt;&lt;/label&gt;&lt;%= text_field 'file', 'name'  %&gt;&lt;/p&gt;
 &lt;%= hidden_field 'file', 'project_folder_id' %&gt;
-&lt;br&gt;
+&lt;br/&gt;
 &lt;!--[eoform:project_files]--&gt;
 </diff>
      <filename>app/views/project_files/_form_edit.html.erb</filename>
    </modified>
    <modified>
      <diff>@@ -26,7 +26,7 @@
 &lt;% end %&gt;
 
 &lt;/div&gt;
-&lt;br&gt;
+&lt;br/&gt;
 &lt;!--[eoform:project]--&gt;
 
 </diff>
      <filename>app/views/projects/_form.html.erb</filename>
    </modified>
    <modified>
      <diff>@@ -47,7 +47,7 @@
   &lt;div style=&quot;float:right;&quot;&gt;&lt;%= avatar_for log.user, 25 if log.user %&gt;&lt;/div&gt;
   &lt;div style=&quot;clear:both;padding-left:4px;padding-right:4px;padding-top:0.2em;padding-bottom:1em;border-top:1px solid #e8e8e8;&quot;&gt;
 &lt;% if log.body &amp;&amp; log.body.length &gt; 0 %&gt;
-      &lt;%= highlight_all(wrap_text(log.body, 100).gsub(/\n/, &quot;&lt;br&gt;&quot;), @keys) if log.body %&gt;
+      &lt;%= highlight_all(wrap_text(log.body, 100).gsub(/\n/, &quot;&lt;br/&gt;&quot;), @keys) if log.body %&gt;
 &lt;% end %&gt;
   &lt;/div&gt;
   &lt;/td&gt;</diff>
      <filename>app/views/search/_search_log.html.erb</filename>
    </modified>
    <modified>
      <diff>@@ -15,7 +15,7 @@
   &lt;div id=&quot;worktime_container&quot;&gt;
 
   &lt;% fields_for &quot;work_log&quot; do |f| -%&gt;
-  	&lt;label&gt;Time spent&lt;/label&gt;&lt;%= f.text_field :duration, :class =&gt; &quot;text&quot;, :onclick =&gt; &quot;jQuery('#worklog_extra').show();&quot;%&gt;&lt;br&gt;
+  	&lt;label&gt;Time spent&lt;/label&gt;&lt;%= f.text_field :duration, :class =&gt; &quot;text&quot;, :onclick =&gt; &quot;jQuery('#worklog_extra').show();&quot;%&gt;&lt;br/&gt;
   	&lt;div id=&quot;worklog_extra&quot;&gt;
     &lt;%= f.label :started_at, _(&quot;Start&quot;) %&gt;&lt;%= f.text_field :started_at, :class =&gt; &quot;text&quot;, :value =&gt; formatted_datetime_for_current_user(Time.now) %&gt;
     &lt;%= render(:partial =&gt; &quot;/common/custom_attributes&quot;, :locals =&gt; { :object =&gt; current_user.company.work_logs.build }) %&gt;</diff>
      <filename>app/views/tasks/_new_comment.html.erb</filename>
    </modified>
    <modified>
      <diff>@@ -87,7 +87,7 @@ class SQL_Export
 		$h = substr($h, 0, strlen($d) - 1);
 		$h .= &quot;$pkey) TYPE=InnoDB;\n\n&quot;;
 		
-		// echo &quot;&lt;p&gt;--- Table data&lt;br&gt;$h&lt;/p&gt;&quot;;
+		// echo &quot;&lt;p&gt;--- Table data&lt;br/&gt;$h&lt;/p&gt;&quot;;
 		return($h);
 	}
 </diff>
      <filename>dump/SQL_Export.php</filename>
    </modified>
    <modified>
      <diff>@@ -38,7 +38,7 @@
 	$table_list = array();
 	while($t = mysql_fetch_array($tables))
 	{
-		// echo &quot;case '{$t[0]}' : break; &quot;.'&lt;br&gt;';
+		// echo &quot;case '{$t[0]}' : break; &quot;.'&lt;br/&gt;';
 		array_push($table_list, $t[0]);
 	}
 </diff>
      <filename>dump/index.php</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>a7142d53b3f7e286c587d983277d2ab003d771ed</id>
    </parent>
  </parents>
  <author>
    <name>Aristedes Maniatis</name>
    <email>ari@ish.com.au</email>
  </author>
  <url>http://github.com/ari/clockingit/commit/1b2ec0ccb1e9ad41305ab98e7fe62d02ae5fa4ff</url>
  <id>1b2ec0ccb1e9ad41305ab98e7fe62d02ae5fa4ff</id>
  <committed-date>2009-09-04T08:32:11-07:00</committed-date>
  <authored-date>2009-09-04T08:32:11-07:00</authored-date>
  <message>Use XHTML version of &lt;br/&gt; everywhere.</message>
  <tree>6c6cf7864fd0deed2f54026f4eb3121550b4ac8f</tree>
  <committer>
    <name>Aristedes Maniatis</name>
    <email>ari@Aris-MacBook-Pro.local</email>
  </committer>
</commit>
