Client ID display fix

pull/105/merge
Michael Jett 2012-05-23 14:24:53 -04:00
parent a1d85e281e
commit b838ddb786
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@
<div class=""> <div class="">
<form> <form>
<fieldset> <fieldset>
<legend>Details for <%=clientId%></legend> <legend>Details <%=(clientId != null ? 'for ' + clientId : '')%></legend>
<div class="well"> <div class="well">