Legend:
- Unmodified
- Added
- Removed
-
form.php
r1 r11 109 109 <th>'.$TextItem[0].'</th> 110 110 <td width="300">'.htmlspecialchars($LineAJ[$TextItem[0]]).'</td> 111 <td><textarea style="width: 300px; height: 100%;" name="'.$TextItem[0].'">'.htmlspecialchars($Line[$TextItem[0]]).'</textarea></td> 112 </tr>'; 113 } 114 ?> 115 </table> 111 <td><textarea rows="8" style="width: 300px; height=100%;" name="'.$TextItem[0].'">'.htmlspecialchars($Line[$TextItem[0]]).'</textarea></td> 112 </tr> 113 '; 114 115 } 116 117 ?> 118 119 </table> 116 120 </form> 117 121 <?php
Note:
See TracChangeset
for help on using the changeset viewer.