diff rhodecode/templates/journal/journal_data.html @ 1888:f91d3f9b7230 beta

White-space cleanup
author Marcin Kuzminski <marcin@python-works.com>
date Thu, 12 Jan 2012 06:32:40 +0200
parents 753aeb4a5c58
children bc2d8c03c050
line wrap: on
line diff
--- a/rhodecode/templates/journal/journal_data.html	Thu Jan 12 05:51:13 2012 +0200
+++ b/rhodecode/templates/journal/journal_data.html	Thu Jan 12 06:32:40 2012 +0200
@@ -20,7 +20,7 @@
 		                              h.url('summary_home',repo_name=entry.repository.repo_name))}
 		                %else:
 		                  ${entry.repository_name}
-		                %endif             
+		                %endif
 		                </span>
 		            </div>
 		            <div class="journal_action_params">${h.literal(h.action_parser(entry)[1]())}</div>
@@ -30,7 +30,7 @@
 	        </div>
         %endfor
     %endfor
-    
+
   <div class="pagination-wh pagination-left">
     <script type="text/javascript">
     YUE.onDOMReady(function(){
@@ -45,5 +45,5 @@
 %else:
   <div style="padding:5px 0px 10px 10px;">
       ${_('No entries yet')}
-  </div>    
-%endif
\ No newline at end of file
+  </div>
+%endif