projects
/
GitHub
/
WoltLab
/
woltlab.github.io.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8526607
)
Fix codebox title in docs/tutorial/series/part_1.md
author
Tim Düsterhus
<duesterhus@woltlab.com>
Tue, 19 Apr 2022 07:01:45 +0000
(09:01 +0200)
committer
GitHub
<noreply@github.com>
Tue, 19 Apr 2022 07:01:45 +0000
(09:01 +0200)
Resolves #271
docs/tutorial/series/part_1.md
patch
|
blob
|
blame
|
history
diff --git
a/docs/tutorial/series/part_1.md
b/docs/tutorial/series/part_1.md
index 79fd3d20865e3717e166fa65e7bebc2f15f834a6..da64649d05d1b8e9e42a9e2a6b8ed61c745c3b43 100644
(file)
--- a/
docs/tutorial/series/part_1.md
+++ b/
docs/tutorial/series/part_1.md
@@
-179,7
+179,7
@@
To list the people in the ACP, we need a `PersonListPage` class and a `personLis
#### `PersonListPage`
{jinja{ codebox(
- title="files/lib/
data/person
/PersonListPage.class.php",
+ title="files/lib/
acp/page
/PersonListPage.class.php",
language="php",
filepath="tutorial/tutorial-series/part-1/files/lib/acp/page/PersonListPage.class.php"
) }}