My-Little-Forum / mylittleforum

A simple PHP and MySQL based internet forum that displays the messages in classical threaded view (tree structure)
GNU General Public License v3.0
124 stars 48 forks source link

ISO-timestamps in the subject line for report spam and flag ham pages #758

Closed auge8472 closed 6 days ago

auge8472 commented 6 days ago

With PR #746 we added time elements for the timestamp in the subject lines. I forgot to add the ISO formatted datetime to the datetime attribute in the time element in the report spam template. Furthermore I completely forgot to add the new HTML-structure of the subject line to the flag ham template. Both is solved with the changes in this PR.