Fix markdown typo for GitList renderer.
David Blume

David Blume commited on 2017-10-22 16:05:06
Showing 1 changed files, with 1 additions and 1 deletions.

... ...
@@ -37,7 +37,7 @@ Here's [the source code for a Roku channel client of such a service](http://git.
37 37
 
38 38
 # Trouble shooting
39 39
 
40
-If you get the error "Exception : SQLSTATE\[HY000] \[14] unable to open database file", then [PHP's owner probably doesn't match the directory's owner](https://stackoverflow.com/questions/5165183/apache-permissions-php-file-create-mkdir-fail). You may be able to fix it by noting PHP's owner from phpinfo(), and then invoke "sudo chown phpowner:phpowner <appropriate\_target>".
40
+If you get the error "Exception : SQLSTATE\[HY000] \[14] unable to open database file", then [PHP's owner probably doesn't match the directory's owner](https://stackoverflow.com/questions/5165183/apache-permissions-php-file-create-mkdir-fail). You may be able to fix it by noting PHP's owner from phpinfo(), and then invoke "sudo chown phpowner:phpowner (appropriate\_target)".
41 41
 
42 42
 # Is it any good?
43 43
 
44 44