Changeset 11 for npc_form.php
- Timestamp:
- Sep 29, 2008, 6:31:32 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
npc_form.php
r1 r11 85 85 <th>'.$npc_text[$i].'</th> 86 86 <td width="300">'.htmlspecialchars($LineAJ[$npc_text[$i]]).'</td> 87 <td><textarea style="width: 300px; height: 100%;" name="'.$npc_text[$i].'">'.htmlspecialchars($Line[$npc_text[$i]]).'</textarea></td>87 <td><textarea rows="8" style="width: 300px; height: 100%;" name="'.$npc_text[$i].'">'.htmlspecialchars($Line[$npc_text[$i]]).'</textarea></td> 88 88 </tr>'; 89 89 }
Note:
See TracChangeset
for help on using the changeset viewer.