Skip to content
Snippets Groups Projects
Commit 586da9c1 authored by Andreas Gohr's avatar Andreas Gohr
Browse files

Merge pull request #257 from lupo49/master

Re-enable displaying the date in the revert manager (Fixes FS#2073)
parents 8c824552 dc235f96
No related branches found
No related tags found
No related merge requests found
......@@ -128,7 +128,7 @@ class admin_plugin_revert extends DokuWiki_Admin_Plugin {
}
$cnt++;
$date = strftime($conf['dformat'],$recent['date']);
$date = dformat($recent['date']);
echo ($recent['type']===DOKU_CHANGE_TYPE_MINOR_EDIT) ? '<li class="minor">' : '<li>';
echo '<div class="li">';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment