diff --git a/discord_plugin_class.php b/discord_plugin_class.php index 0a12851..cdc5161 100644 --- a/discord_plugin_class.php +++ b/discord_plugin_class.php @@ -41,7 +41,7 @@ public static function __shortcuts() return array_merge(parent::$shortcuts, $shortcuts); } - public $version = '1.2.3'; + public $version = '1.2.4'; public $build = ''; public $copyright = 'GodMod'; public $vstatus = 'Stable'; diff --git a/portal/discordpostviewer.class.php b/portal/discordpostviewer.class.php index 712dcdd..0575f53 100644 --- a/portal/discordpostviewer.class.php +++ b/portal/discordpostviewer.class.php @@ -208,7 +208,7 @@ public function output() { // output date as well as User and text $useravatar = $row['avatar']; - if ($useravatar) $myOut .= '
'; + if ($useravatar) $myOut .= '
'; $myOut .= '
'.sanitize($row['username']).', '.sanitize($row['topic_title']).'; '. $this->time->createTimeTag(strtotime($row['posttime']), $this->time->user_date(strtotime($row['posttime']), true)).'
'; $myOut .= '
'. $row['content'].'
'; $myOut .= '
'; @@ -238,7 +238,7 @@ public function output() { // output date as well as User and text $useravatar = $row['avatar']; - if ($useravatar) $myOut .= '
'; + if ($useravatar) $myOut .= '
'; $myOut .= '
'.sanitize($row['username']).', '.sanitize($row['topic_title']).'
'. $this->time->createTimeTag(strtotime($row['posttime']), $this->time->user_date(strtotime($row['posttime']), true)).'
'; $myOut .= '
'. $row['content'].'
'; $myOut .= '
';