Sfoglia il codice sorgente

Fixing clipboard issue on codeblock

i12bretro 4 anni fa
parent
commit
ed0bcf2a2b
1 ha cambiato i file con 2 aggiunte e 4 eliminazioni
  1. 2 4
      0001.html

+ 2 - 4
0001.html

@@ -99,9 +99,7 @@
 			<li>Wait for the text to stop scrolling and press Enter</li>
 			<li>Login with root/admin</li>
 			<li>Set the IP address to something in your current subnet so you can reach it
-				<div class="codeBlock">
-					ifconfig br0 192.168.0.227
-				</div>
+				<div class="codeBlock">ifconfig br0 192.168.0.227</div>
 			</li>
 			<li>Launch your web browser of choice and access the DD-WRT web UI with the IP address in the previous step</li>
 		</ol>          </div>
@@ -112,4 +110,4 @@
 			window.parent.$('iframe.stepsFrame').height((this['document']['scrollingElement']['scrollHeight']+20) +'px');
 		}
 	</script>
-</html>
+</html>