Skip to content

Commit 3b36ee2

Browse files
committed
Fix #95
1 parent efcdcdc commit 3b36ee2

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/Report.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -638,7 +638,7 @@ public function displayReport(&$result, $Addressing, $values, $ping_status = [])
638638
}
639639
if ($is_html_output) {
640640
$html_output .= $output::showItem(
641-
'<i id="save' . $num . '" class="ti ti-save center pointer" style="color:forestgreen;font-size: 2em;"></i>',
641+
'<i id="save' . $num . '" class="ti ti-device-floppy center pointer" style="color:forestgreen;font-size: 2em;"></i>',
642642
$item_num,
643643
$row_num,
644644
"style='background-color:#e0e0e0' class='center' onClick='updateComment$rand()'"
@@ -817,7 +817,7 @@ function updateFA$rand() {
817817
}
818818
if ($is_html_output) {
819819
$html_output .= $output::showItem(
820-
'<i id="save' . $num . '" class="ti ti-save center pointer" style="color:forestgreen;font-size: 2em;"></i>',
820+
'<i id="save' . $num . '" class="ti ti-device-floppy center pointer" style="color:forestgreen;font-size: 2em;"></i>',
821821
$item_num,
822822
$row_num,
823823
"style='background-color:#e0e0e0' class='center' onClick='updateComment$rand()'"
@@ -1022,7 +1022,7 @@ function updateFA$rand() {
10221022
}
10231023
if ($is_html_output) {
10241024
$html_output .= $output::showItem(
1025-
'<i id="save' . $num . '" class="ti ti-save center pointer" style="color:forestgreen;font-size: 2em;"></i>',
1025+
'<i id="save' . $num . '" class="ti ti-device-floppy center pointer" style="color:forestgreen;font-size: 2em;"></i>',
10261026
$item_num,
10271027
$row_num,
10281028
"style='background-color:#e0e0e0' class='center' onClick='updateComment$rand()'"
@@ -1213,7 +1213,7 @@ function updateFA$rand() {
12131213
}
12141214
if ($is_html_output) {
12151215
$html_output .= $output::showItem(
1216-
'<i id="save' . $num . '" class="ti ti-save center pointer" style="color:forestgreen;font-size: 2em;"></i>',
1216+
'<i id="save' . $num . '" class="ti ti-device-floppy center pointer" style="color:forestgreen;font-size: 2em;"></i>',
12171217
$item_num,
12181218
$row_num,
12191219
"style='background-color:#e0e0e0' class='center' onClick='updateComment$rand()'"

0 commit comments

Comments
 (0)