|
@@ -670,7 +670,7 @@ |
|
|
block discarded – undo |
|
670
|
670
|
// Show "<< Last Edit: Time by Person >>" if this post was edited. But we need the div even if it wasn't modified! |
|
671
|
671
|
// Because we insert into it through AJAX and we don't want to stop themers moving it around if they so wish so they can put it where they want it. |
|
672
|
672
|
echo ' |
|
673
|
|
- <span class="smalltext modified floatright', !empty($modSettings['show_modify']) && !empty($message['modified']['name']) ? ' mvisible' : '','" id="modified_', $message['id'], '">'; |
|
|
673
|
+ <span class="smalltext modified floatright', !empty($modSettings['show_modify']) && !empty($message['modified']['name']) ? ' mvisible' : '', '" id="modified_', $message['id'], '">'; |
|
674
|
674
|
|
|
675
|
675
|
if (!empty($modSettings['show_modify']) && !empty($message['modified']['name'])) |
|
676
|
676
|
echo |
Please login to merge, or discard this patch.