summaryrefslogtreecommitdiff
path: root/themes/default/views/sidebar.html.php
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2008-11-04 05:22:06 +0000
committerBharat Mediratta <bharat@menalto.com>2008-11-04 05:22:06 +0000
commitade1650846605d648da2565994e309414d908ac5 (patch)
treeb49d2e1fbda2a0bdd9de36954124fe82f6120d7f /themes/default/views/sidebar.html.php
parentf8b22c5aa9f70824004905fc864dead72bef67ea (diff)
Add a test to detect tabs in our code, and convert all tabs to spaces
so that the test passes.
Diffstat (limited to 'themes/default/views/sidebar.html.php')
-rw-r--r--themes/default/views/sidebar.html.php54
1 files changed, 27 insertions, 27 deletions
diff --git a/themes/default/views/sidebar.html.php b/themes/default/views/sidebar.html.php
index 923b4e4e..f8acc25b 100644
--- a/themes/default/views/sidebar.html.php
+++ b/themes/default/views/sidebar.html.php
@@ -6,23 +6,23 @@
<div id="gTreeContainer"><!-- there might be a better way to make this accessible to the JS -->
<ul>
- <li>Gallery
- <ul>
- <li>Friends &amp; Family
- <ul>
- <li>Christmas 2006</li>
- <li>Family Reunion</li>
- <li>Christmas 2007</li>
- </ul>
- </li>
- <li>Vactions
- <ul>
- <li>Cuba</li>
- <li>Europe</li>
- </ul>
- </li>
- </ul>
- </li>
+ <li>Gallery
+ <ul>
+ <li>Friends &amp; Family
+ <ul>
+ <li>Christmas 2006</li>
+ <li>Family Reunion</li>
+ <li>Christmas 2007</li>
+ </ul>
+ </li>
+ <li>Vactions
+ <ul>
+ <li>Cuba</li>
+ <li>Europe</li>
+ </ul>
+ </li>
+ </ul>
+ </li>
</ul>
</div>
</div>
@@ -76,24 +76,24 @@
<caption><h2>Album Info</h2></caption>
<tbody>
<tr>
- <th>Name:</th>
- <td><strong>Christmas 2007</strong></td>
+ <th>Name:</th>
+ <td><strong>Christmas 2007</strong></td>
</tr>
<tr>
- <th>Taken:</th>
- <td><span class="date" title="January 21, 2008 8:30pm">January 21, 2008</td>
+ <th>Taken:</th>
+ <td><span class="date" title="January 21, 2008 8:30pm">January 21, 2008</td>
</tr>
<tr>
- <th>Location:</th>
- <td><a href="#" title="see the location on a map">Mountain View</a></td>
+ <th>Location:</th>
+ <td><a href="#" title="see the location on a map">Mountain View</a></td>
</tr>
<tr>
- <th>Owner:</th>
- <td><a href="#">username</a></td>
+ <th>Owner:</th>
+ <td><a href="#">username</a></td>
</tr>
<tr>
- <th>Uploaded:</th>
- <td><span class="date" title="October 23, 2008 11:37am">October 23, 2008</td>
+ <th>Uploaded:</th>
+ <td><span class="date" title="October 23, 2008 11:37am">October 23, 2008</td>
</tr>
</tbody>
</table>