diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2007-01-05 19:10:57 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2007-01-05 19:10:57 +0000 |
commit | 776d5ce554cdf0229c0a90fae0321e3506a5d849 (patch) | |
tree | 79431115d494b8ecd1254709a936d1a87db94aa8 /app/views/repositories/_dir_list.rhtml | |
parent | 28ea323791d0945981f6059e0c9e840547082c2c (diff) | |
download | redmine-776d5ce554cdf0229c0a90fae0321e3506a5d849.tar.gz redmine-776d5ce554cdf0229c0a90fae0321e3506a5d849.zip |
XHTML compliance improvements
git-svn-id: http://redmine.rubyforge.org/svn/trunk@150 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/repositories/_dir_list.rhtml')
-rw-r--r-- | app/views/repositories/_dir_list.rhtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/repositories/_dir_list.rhtml b/app/views/repositories/_dir_list.rhtml index 635fba528..7b80c5f1f 100644 --- a/app/views/repositories/_dir_list.rhtml +++ b/app/views/repositories/_dir_list.rhtml @@ -20,4 +20,4 @@ end %>
</tbody>
</table>
-<p align="right"><em><%= l(:label_total) %>: <%= human_size(total_size) %></em></p>
\ No newline at end of file +<p class="textright"><em><%= l(:label_total) %>: <%= human_size(total_size) %></em></p>
\ No newline at end of file |