Skip to content

Commit

Permalink
/admin/ bug fix - add essentia
Browse files Browse the repository at this point in the history
  • Loading branch information
fireartist committed Feb 1, 2013
1 parent 4ef138b commit 308d2a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Lacuna/Web/Admin.pm
Expand Up @@ -909,7 +909,7 @@ sub www_view_empire {
<input type="hidden" name="id" value="%s">
<input name="amount" style="width: 30px;" value="0">
<input name="description" value="Administrative Privilege">
<input type="submit" value="add essentia"></form></td></tr>', $empire->essentia, $empire->id);
<input type="submit" value="add essentia"></form></td></tr>', $empire->id);
$out .= sprintf('<tr><th>Species</th><td>%s</td><td></td></tr>', $empire->species_name);
$out .= sprintf('<tr><th>Home</th><td><a href="/admin/view/body?id=%s">%s</a></td><td></td></tr>', $empire->home_planet_id, $empire->home_planet_id);
$out .= sprintf('<tr><th>Alliance</th><td>');
Expand Down

0 comments on commit 308d2a7

Please sign in to comment.