[25202] users/jberry/mpwa/app/views/port_pkg/show.rhtml

source_changes at macosforge.org source_changes at macosforge.org
Tue May 15 16:11:05 PDT 2007


Revision: 25202
          http://trac.macosforge.org/projects/macports/changeset/25202
Author:   jberry at macports.org
Date:     2007-05-15 16:11:05 -0700 (Tue, 15 May 2007)

Log Message:
-----------
Fix some mismatched xml tags. Who's been pasting these things around?

Modified Paths:
--------------
    users/jberry/mpwa/app/views/port_pkg/show.rhtml

Modified: users/jberry/mpwa/app/views/port_pkg/show.rhtml
===================================================================
--- users/jberry/mpwa/app/views/port_pkg/show.rhtml	2007-05-15 23:07:20 UTC (rev 25201)
+++ users/jberry/mpwa/app/views/port_pkg/show.rhtml	2007-05-15 23:11:05 UTC (rev 25202)
@@ -49,10 +49,10 @@
 <h4>Files:</h4>
 <table>
   <tr>
-    <th>Path</td>
-    <th>Length</td>
-    <th>mime-type</td>
-    <th>Download</td>
+    <th>Path</th>
+    <th>Length</th>
+    <th>mime-type</th>
+    <th>Download</th>
   </tr>
 	<% for file in @port_pkg.files %>
 		<tr>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070515/879cc150/attachment.html


More information about the macports-changes mailing list