Skip to content

Commit

Permalink
Fix CDEF editting showing PHP code
Browse files Browse the repository at this point in the history
  • Loading branch information
cigamit committed May 28, 2015
1 parent cff962f commit ab2b87a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cdef.php
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ function item_edit() {
</select>
</td>
</tr>
form_alternate_row();?>
<?php form_alternate_row();?>
<td style='width:50%;'>
<font class='textEditTitle'>CDEF Item Value</font><br>
Enter a value for this CDEF item.
Expand Down

0 comments on commit ab2b87a

Please sign in to comment.