diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-09-16 01:10:06 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-09-16 01:10:06 +0000 |
commit | 3b42bd84ca352082489d658cad7debd4b0ef2f8a (patch) | |
tree | 65a9dd9a416b11bbac2f7ad43d63ca19e780520d /basewiki | |
parent | 0f25ec8eb640a850a8f1efe7081c03d05d04eda4 (diff) | |
download | ikiwiki-3b42bd84ca352082489d658cad7debd4b0ef2f8a.tar ikiwiki-3b42bd84ca352082489d658cad7debd4b0ef2f8a.tar.gz |
merge helponformatting fix to basewiki
Diffstat (limited to 'basewiki')
-rw-r--r-- | basewiki/helponformatting.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/basewiki/helponformatting.mdwn b/basewiki/helponformatting.mdwn index 3b6258a7f..4e5661b16 100644 --- a/basewiki/helponformatting.mdwn +++ b/basewiki/helponformatting.mdwn @@ -40,7 +40,7 @@ To quote someone, prefix the quote with ">": > To be or not to be, > that is the question. -To write a code block, indent each line with a tab or 8 spaces: +To write a code block, indent each line with a tab or 4 spaces: 10 PRINT "Hello, world!" 20 GOTO 10 |