and fix the test
This commit is contained in:
parent
61068bc0d0
commit
78349b3ae5
1 changed files with 1 additions and 1 deletions
|
@ -125,7 +125,7 @@ class WikiTheme extends Themelet
|
||||||
$formatted_body
|
$formatted_body
|
||||||
<hr>
|
<hr>
|
||||||
<p class='wiki-footer'>
|
<p class='wiki-footer'>
|
||||||
Revision <a href='".make_link("wiki_admin/history", "title={$page->title}")."'>{$page->revision}</a>
|
<a href='".make_link("wiki_admin/history", "title={$page->title}")."'>Revision {$page->revision}</a>
|
||||||
by <a href='".make_link("user/{$owner->name}")."'>{$owner->name}</a>
|
by <a href='".make_link("user/{$owner->name}")."'>{$owner->name}</a>
|
||||||
at {$page->date}
|
at {$page->date}
|
||||||
$edit
|
$edit
|
||||||
|
|
Reference in a new issue