Skip to content
This repository was archived by the owner on Jan 13, 2018. It is now read-only.

Commit c8a6847

Browse files
committed
Remove unneeded slashes from "entry-view-field-value" classname
1 parent ad253ed commit c8a6847

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

class-gf-field-repeater.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -538,7 +538,7 @@ public function get_value_entry_detail($value, $currency = '', $use_text = false
538538
if ($format == 'html') { $childValueOutput .= "</ul>\n"; }
539539
}
540540

541-
if ($media == 'email') { $tableStyling = ''; } else { $tableStyling = ' class=\"entry-view-field-value\"'; }
541+
if ($media == 'email') { $tableStyling = ''; } else { $tableStyling = ' class="entry-view-field-value"'; }
542542

543543
if ($format == 'html') {
544544
$tableContents .= "<tr>\n<td colspan=\"2\"".$tableStyling.">".$childValueOutput."</td>\n</tr>\n";

0 commit comments

Comments
 (0)