Skip to content

Commit ed92248

Browse files
committed
Some fixes
1 parent 1c418ae commit ed92248

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

content/docs/1_guide/19_virtual-pages/3_content-from-database/guide.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ In your `config.php`, connect to the database:
4747

4848
return [
4949
'db' => [
50-
'host' => '127.0.0',
50+
'host' => '127.0.0.1',
5151
'database' => 'kirby',
5252
'user' => 'root',
5353
'password' => 'root',
@@ -275,7 +275,7 @@ class CommentsPage extends Kirby\Cms\Page
275275
if ($this->children instanceof Pages) {
276276
return $this->children;
277277
}
278-
278+
279279
$comments = [];
280280

281281
foreach (Db::select('comments') as $comment) {

content/releases/4-0/release.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ Docs: /docs
1212
----
1313
Cover: - kirby-4-0.png
1414
----
15-
Link: https://github.com/getkirby/kirby/archive/refs/tags/4.0.2.zip
15+
Link: https://github.com/getkirby/kirby/archive/refs/tags/4.1.0.zip

0 commit comments

Comments
 (0)