From 8acb28ffc5662739f8c8567233503986ba6310a7 Mon Sep 17 00:00:00 2001 From: Jim Tittsler Date: Wed, 23 Apr 2014 14:50:34 +0900 Subject: [PATCH] remove leading tab fix rendering --- docs/en/topics/page-types.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/topics/page-types.md b/docs/en/topics/page-types.md index 94d8af868..2997e0a0c 100644 --- a/docs/en/topics/page-types.md +++ b/docs/en/topics/page-types.md @@ -42,7 +42,7 @@ This is explained in a more in-depth topic at [Page Type Templates](/topics/page ## Adding Database Fields Adding database fields is a simple process. You define them in an array of the static variable `$db`, this array is - added on the object class. For example, Page or StaffPage. Every time you run dev/build to recompile the manifest, it +added on the object class. For example, Page or StaffPage. Every time you run dev/build to recompile the manifest, it checks if any new entries are added to the `$db` array and adds any fields to the database that are missing. For example, you may want an additional field on a `StaffPage` class which extends `Page`, called `Author`. `Author` is a