Skip to content

Commit

Permalink
Merge branch 'MDL-72982-master' of https://github.com/junpataleta/moodle
Browse files Browse the repository at this point in the history
  • Loading branch information
junpataleta committed Nov 11, 2021
2 parents a30f079 + f60a585 commit ce71c45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions admin/tool/dataprivacy/templates/data_request_email.mustache
Expand Up @@ -56,7 +56,7 @@
<head>
<meta charset="UTF-8">
<style>
table, th, td {
table.dataprivacy_email_table, .dataprivacy_email_table th, .dataprivacy_email_table td {
border: 1px solid black;
padding: 0.5em;
}
Expand All @@ -67,7 +67,7 @@
<div>
<p>{{#str}}emailsalutation, tool_dataprivacy, {{dponame}}{{/str}}</p>
<p>{{#str}}requestemailintro, tool_dataprivacy{{/str}}</p>
<table>
<table class="dataprivacy_email_table">
<tr>
<th scope="row">
{{#str}}requesttype, tool_dataprivacy{{/str}}
Expand Down

0 comments on commit ce71c45

Please sign in to comment.