Removed trailing period from "Parent: None." for consistency

This commit is contained in:
im-mi 2016-09-11 23:32:13 -04:00
parent 001a1176cc
commit 4dcee0eede

View File

@ -30,7 +30,7 @@ class RelationshipsTheme extends Themelet {
global $user; global $user;
$h_parent_id = $image->parent_id; $h_parent_id = $image->parent_id;
$s_parent_id = $h_parent_id ?: "None."; $s_parent_id = $h_parent_id ?: "None";
$html = "<tr>\n". $html = "<tr>\n".
" <th>Parent</th>\n". " <th>Parent</th>\n".