We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b01c84c commit 9eb0a72Copy full SHA for 9eb0a72
interface/web/sites/web_sites_stats.php
@@ -30,9 +30,9 @@ function prepareDataRow($rec)
30
{
31
global $app;
32
33
+ $domain = $rec['domain'];
34
$rec = $app->listform->decode($rec);
- $domain = $app->functions->idn_encode(html_entity_decode($rec['domain']));
35
-
+
36
//* Alternating datarow colors
37
$this->DataRowColor = ($this->DataRowColor == '#FFFFFF') ? '#EEEEEE' : '#FFFFFF';
38
$rec['bgcolor'] = $this->DataRowColor;
0 commit comments