Commit 2c35701c by Félicie

fix minor

parent f448f56c
...@@ -77,7 +77,7 @@ $qa_content['title'] = qa_lang_html($showOutbox ? 'misc/inbox' : 'misc/inbox'); ...@@ -77,7 +77,7 @@ $qa_content['title'] = qa_lang_html($showOutbox ? 'misc/inbox' : 'misc/inbox');
$qa_content['custom'] = $qa_content['custom'] =
'<div style="text-align:center">' . '<div style="text-align:center">' .
($showOutbox ? '<a href="' . qa_path_html('messages') . '">' . qa_lang_html('misc/inbox') . '</a>' : qa_lang_html('misc/pm_inbox_title')) . ($showOutbox ? '<a href="' . qa_path_html('messages') . '">' . qa_lang_html('misc/pm_inbox_title') . '</a>' : qa_lang_html('misc/pm_inbox_title')) .
' - ' . ' - ' .
($showOutbox ? qa_lang_html('misc/outbox') : '<a href="' . qa_path_html('messages/sent') . '">' . qa_lang_html('misc/pm_outbox_title') . '</a>') . ($showOutbox ? qa_lang_html('misc/outbox') : '<a href="' . qa_path_html('messages/sent') . '">' . qa_lang_html('misc/pm_outbox_title') . '</a>') .
'</div>'; '</div>';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment