summaryrefslogtreecommitdiff
path: root/lib/plugins/info
diff options
context:
space:
mode:
authorAnika Henke <a.c.henke@arcor.de>2006-01-15 19:32:53 +0100
committerAnika Henke <a.c.henke@arcor.de>2006-01-15 19:32:53 +0100
commit96331712eb165972845b097644336ca87a81dfcd (patch)
tree53628f5709ca9b23719f30fb8b7309aef4842da0 /lib/plugins/info
parent704bbeb05ed1e55a225fc324a5fefcf598ba1476 (diff)
downloadrpg-96331712eb165972845b097644336ca87a81dfcd.tar.gz
rpg-96331712eb165972845b097644336ca87a81dfcd.tar.bz2
stricter xhtml compliance -- part 2
darcs-hash:20060115183253-d5083-a343b935336bee053b99d75c7e3e72a296eb0099.gz
Diffstat (limited to 'lib/plugins/info')
-rw-r--r--lib/plugins/info/syntax.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/plugins/info/syntax.php b/lib/plugins/info/syntax.php
index ea46da7bb..25b2fff45 100644
--- a/lib/plugins/info/syntax.php
+++ b/lib/plugins/info/syntax.php
@@ -113,7 +113,7 @@ class syntax_plugin_info extends DokuWiki_Syntax_Plugin {
$renderer->doc .= '<li>';
$renderer->externallink($info['url'],$info['name']);
$renderer->doc .= ' ';
- $renderer->doc .= '<i>'.$info['date'].'</i>';
+ $renderer->doc .= '<em>'.$info['date'].'</em>';
$renderer->doc .= ' ';
$renderer->doc .= $lang['by'];
$renderer->doc .= ' ';