Browse Source

Change the heading level for the moderation page

Visman 4 years ago
parent
commit
a4c14a273b
1 changed files with 1 additions and 0 deletions
  1. 1 0
      app/Models/Pages/Moderate.php

+ 1 - 0
app/Models/Pages/Moderate.php

@@ -49,6 +49,7 @@ class Moderate extends Page
         $this->nameTpl   = 'moderate';
         $this->onlinePos = 'moderate';
         $this->robots    = 'noindex, nofollow';
+        $this->hhsLevel  = 'secure';
 
         $container->Lang->load('validator');
         $container->Lang->load('misc');