html typo
This commit is contained in:
		
							parent
							
								
									43871d5cff
								
							
						
					
					
						commit
						d3234ad96f
					
				@ -67,7 +67,7 @@ class BlotterTheme extends Themelet {
 | 
				
			|||||||
			if($this->is_odd($i)) {$tr_class = "even";}
 | 
								if($this->is_odd($i)) {$tr_class = "even";}
 | 
				
			||||||
			// Add the new table row(s)
 | 
								// Add the new table row(s)
 | 
				
			||||||
			$table_rows .= 
 | 
								$table_rows .= 
 | 
				
			||||||
				"<tr class='{$tr_class}'
 | 
									"<tr class='{$tr_class}'>
 | 
				
			||||||
				<td>$entry_date</td>
 | 
									<td>$entry_date</td>
 | 
				
			||||||
				<td>$entry_text</td>
 | 
									<td>$entry_text</td>
 | 
				
			||||||
				<td>$important</td>
 | 
									<td>$important</td>
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user