Suppress PII from discussion/forum (#25298)

This commit is contained in:
Zainab Amir
2020-10-08 19:02:41 +05:00
committed by GitHub
parent 3dd6a46395
commit 9130c28091
2 changed files with 3 additions and 3 deletions

View File

@@ -59,7 +59,7 @@
<% } %>
<div class="post-header-content">
<h<%- startHeader %> class="post-title"><%- title %></h<%- startHeader%>>
<p class="posted-details">
<p data-hj-suppress class="posted-details">
<%
var timeAgoHtml = interpolate(
'<span class="timeago" title="%(created_at)s">%(created_at)s</span>',
@@ -174,7 +174,7 @@
</script>
<script aria-hidden="true" type="text/template" id="thread-response-show-template">
<header class="response-header">
<div class="response-header-content">
<div data-hj-suppress class="response-header-content">
<%= HtmlUtils.HTML(author_display) %>
<p class="posted-details">
<span class="timeago" title="<%= HtmlUtils.HTML(created_at) %>"><%= HtmlUtils.HTML(created_at) %></span>