Removed trailing period from "Parent: None." for consistency
This commit is contained in:
parent
001a1176cc
commit
4dcee0eede
@ -30,7 +30,7 @@ class RelationshipsTheme extends Themelet {
|
||||
global $user;
|
||||
|
||||
$h_parent_id = $image->parent_id;
|
||||
$s_parent_id = $h_parent_id ?: "None.";
|
||||
$s_parent_id = $h_parent_id ?: "None";
|
||||
|
||||
$html = "<tr>\n".
|
||||
" <th>Parent</th>\n".
|
||||
|
Loading…
x
Reference in New Issue
Block a user