Skip to content

Commit 1f4ffa5

Browse files
authored
Update Generator.php
Fix Default View
1 parent 3241d6e commit 1f4ffa5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Generator.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ private function _optionLinks($model)
197197
$label = $this->optionLinks['rowLabel'];
198198
}
199199
else{
200-
$label = 'a';
200+
$label = 'View';
201201
}
202202
return "<a href=\"$link\">$label</a>";
203203
}
@@ -360,4 +360,4 @@ private function _getDefaultTags()
360360
'alt_body_cell_end' => '</td>'
361361
];
362362
}
363-
}
363+
}

0 commit comments

Comments
 (0)