<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -213,26 +213,20 @@ class MailboxAction extends CurrentUserDesignAction
         }
 
         $this-&gt;elementStart('div', 'entry-content');
-        $this-&gt;elementStart('dl', 'timestamp');
-        $this-&gt;element('dt', null, _('Published'));
-        $this-&gt;elementStart('dd', null);
-        $dt = common_date_iso8601($message-&gt;created);
         $this-&gt;elementStart('a', array('rel' =&gt; 'bookmark',
+                                       'class' =&gt; 'timestamp',
                                        'href' =&gt; $messageurl));
+        $dt = common_date_iso8601($message-&gt;created);
         $this-&gt;element('abbr', array('class' =&gt; 'published',
                                      'title' =&gt; $dt),
                                common_date_string($message-&gt;created));
         $this-&gt;elementEnd('a');
-        $this-&gt;elementEnd('dd');
-        $this-&gt;elementEnd('dl');
 
         if ($message-&gt;source) {
-            $this-&gt;elementStart('dl', 'device');
-            $this-&gt;elementStart('dt');
-            $this-&gt;text(_('From'));
-            $this-&gt;elementEnd('dt');
-            $this-&gt;showSource($message-&gt;source);
-            $this-&gt;elementEnd('dl');
+            $this-&gt;elementStart('span', 'source');
+            $this-&gt;text(_('from'));
+            $this-&gt;element('span', 'device', $this-&gt;showSource($message-&gt;source));
+            $this-&gt;elementEnd('span');
         }
         $this-&gt;elementEnd('div');
 
@@ -277,18 +271,18 @@ class MailboxAction extends CurrentUserDesignAction
         case 'mail':
         case 'omb':
         case 'api':
-            $this-&gt;element('dd', null, $source_name);
+            $this-&gt;element('span', 'device', $source_name);
             break;
         default:
             $ns = Notice_source::staticGet($source);
             if ($ns) {
-                $this-&gt;elementStart('dd', null);
+                $this-&gt;elementStart('span', 'device');
                 $this-&gt;element('a', array('href' =&gt; $ns-&gt;url,
-                                          'rel' =&gt; 'external'),
-                               $ns-&gt;name);
-                $this-&gt;elementEnd('dd');
+                                               'rel' =&gt; 'external'),
+                                    $ns-&gt;name);
+                $this-&gt;elementEnd('span');
             } else {
-                $this-&gt;element('dd', null, $source_name);
+                $this-&gt;out-&gt;element('span', 'device', $source_name);
             }
             break;
         }</diff>
      <filename>lib/mailbox.php</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>87ae90c9037a6ff2fed2612a5d5e16707aa05b6e</id>
    </parent>
  </parents>
  <author>
    <name>Sarven Capadisli</name>
    <email>csarven@controlyourself.ca</email>
  </author>
  <url>http://github.com/zh/statusnet/commit/9f372da3da4bd445175eda9155fa7fdd13d3c85e</url>
  <id>9f372da3da4bd445175eda9155fa7fdd13d3c85e</id>
  <committed-date>2009-08-31T10:52:45-07:00</committed-date>
  <authored-date>2009-08-31T10:52:45-07:00</authored-date>
  <message>Removed &lt;dl&gt; structure from MailboxAction::showMessage. Same as
committ e0b877b26c5e93809b2a53b6c46326d5e31fa0e8.</message>
  <tree>80fc67c5ed9bb05b36f38c071dd8a746ef6ad336</tree>
  <committer>
    <name>Sarven Capadisli</name>
    <email>csarven@controlyourself.ca</email>
  </committer>
</commit>
