fix indent
authorhttp://jmtd.livejournal.com/ <http://jmtd.livejournal.com/@web>
Mon, 26 Apr 2010 15:29:04 +0000 (15:29 +0000)
committerJoey Hess <joey@finch.kitenet.net>
Mon, 26 Apr 2010 15:29:04 +0000 (15:29 +0000)
doc/tips/convert_mediawiki_to_ikiwiki.mdwn

index 3a266bc8baed54da076f277b71e97792372e269d..38de01109e0a6404f3776e64f37264b964b631e2 100644 (file)
@@ -59,7 +59,7 @@ If you have access to the relational database in which your mediawiki data is
 stored, it is possible to derive a list of page names from this. With mediawiki's
 MySQL backend, the page table is, appropriately enough, called `table`:
 
- SELECT page_namespace, page_title FROM page;
   SELECT page_namespace, page_title FROM page;
 
 As with the previous method, you will need to do some filtering based on the
 namespace.