Revision 930
Added by doc almost 16 years ago
edit_module_files.php | ||
---|---|---|
130 | 130 |
<input type="hidden" name="mod_dir" value="<?php echo $mod_dir; ?>"> |
131 | 131 |
<input type="hidden" name="edit_file" value="<?php echo $css_file; ?>" /> |
132 | 132 |
<input type="hidden" name="action" value="save"> |
133 |
|
|
134 |
<textarea id="code_area" name="css_data" cols="115" rows="25" wrap="VIRTUAL" style="margin:2px;"><?php echo $css_content; ?>
|
|
133 |
<textarea id="code_area" name="css_data" cols="115" rows="25" wrap="VIRTUAL" style="margin:2px;"><?php |
|
134 |
echo htmlspecialchars($css_content); ?>
|
|
135 | 135 |
</textarea> |
136 | 136 |
|
137 | 137 |
<table cellpadding="0" cellspacing="0" border="0" width="100%"> |
Also available in: Unified diff
special chars like are shown when editing Add-on CSS files (ticket #678)