indentation
This commit is contained in:
		@@ -1,16 +1,17 @@
 | 
				
			|||||||
<?php
 | 
					<?php
 | 
				
			||||||
echo "
 | 
					echo "
 | 
				
			||||||
	<form id='programmes' name='programmes'>
 | 
					<form id='programmes' name='programmes'>
 | 
				
			||||||
	<form class='courses kurser'>
 | 
						<form class='courses kurser'>
 | 
				
			||||||
		<div class='sample_row' style='display:none;'>
 | 
							<div class='sample_row' style='display:none;'>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    <!--SAMPLE ROW-->
 | 
					<!--SAMPLE ROW-->
 | 
				
			||||||
		<div style='display:flex;'>
 | 
					<div style='display:flex;'>
 | 
				
			||||||
	<li class='mdl-list__item mdl-list__item--two-line' style='overflow:visible;padding: 16px 24px 16px 16px;width:175px'>
 | 
						<li class='mdl-list__item mdl-list__item--two-line' style='overflow:visible;padding: 16px 24px 16px 16px;width:175px'>
 | 
				
			||||||
		<span class='mdl-list__item-primary-content'>
 | 
							<span class='mdl-list__item-primary-content'>
 | 
				
			||||||
			<input class='mdl-list__item-primary-content' style='margin:-4px 0 6px; height:24px;' type='text' value='Extra Kurs'>
 | 
								<input class='mdl-list__item-primary-content' style='margin:-4px 0 6px; height:24px;' type='text' value='Extra Kurs'>
 | 
				
			||||||
			<span class='points mdl-list__item-sub-title'>Poäng:</span>
 | 
								<span class='points mdl-list__item-sub-title'>Poäng:</span>
 | 
				
			||||||
    </span></li>
 | 
							</span>
 | 
				
			||||||
 | 
						</li>
 | 
				
			||||||
	<input class='points mdl-list__item-sub-title' style='width:30px; height:24px; margin:40px 32px 16px -62px;-moz-appearance: textfield;' type='number' value='100'>
 | 
						<input class='points mdl-list__item-sub-title' style='width:30px; height:24px; margin:40px 32px 16px -62px;-moz-appearance: textfield;' type='number' value='100'>
 | 
				
			||||||
	<select class='grade'>
 | 
						<select class='grade'>
 | 
				
			||||||
		<option value='0'>F</option>
 | 
							<option value='0'>F</option>
 | 
				
			||||||
@@ -21,8 +22,8 @@ echo "
 | 
				
			|||||||
		<option value='20'>A</option>
 | 
							<option value='20'>A</option>
 | 
				
			||||||
	</select>
 | 
						</select>
 | 
				
			||||||
	<a class='delete_row mdl-button mdl-js-button mdl-button--accent mdl-js-ripple-effect' style='margin:16px 5px'>Ta Bort</a>
 | 
						<a class='delete_row mdl-button mdl-js-button mdl-button--accent mdl-js-ripple-effect' style='margin:16px 5px'>Ta Bort</a>
 | 
				
			||||||
		</div>
 | 
					</div>
 | 
				
			||||||
		</div>
 | 
							</div>
 | 
				
			||||||
	</form>
 | 
						</form>
 | 
				
			||||||
	</form>
 | 
					</form>
 | 
				
			||||||
";
 | 
					";
 | 
				
			||||||
		Reference in New Issue
	
	Block a user