omit whitespace in main layout #14
@ -25,8 +25,8 @@
 | 
				
			|||||||
@yields('main')
 | 
					@yields('main')
 | 
				
			||||||
</main>
 | 
					</main>
 | 
				
			||||||
<footer>
 | 
					<footer>
 | 
				
			||||||
    <p><?= round($__debug_runtime, 0) ?> ms</p>
 | 
					    <p><?= round($__debug_runtime, 0) ?> ms</p><!--
 | 
				
			||||||
    <p><span class="bold"><?= $_ENV['APP_NAME'] ?></span> <?= str_replace('Release_', '', VERSION) ?></p><!--
 | 
					 --><p><span class="bold"><?= $_ENV['APP_NAME'] ?></span> <?= str_replace('Release_', '', VERSION) ?></p><!--
 | 
				
			||||||
 --><p>© The RVR Contributors <?= (new DateTime(REVISION_DATE))->format('Y') ?></p>
 | 
					 --><p>© The RVR Contributors <?= (new DateTime(REVISION_DATE))->format('Y') ?></p>
 | 
				
			||||||
</footer>
 | 
					</footer>
 | 
				
			||||||
@endsection
 | 
					@endsection
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user