Changeset 361945
- Timestamp:
- 03/19/2011 02:59:34 AM (15 years ago)
- Location:
- latex/trunk
- Files:
-
- 2 edited
-
latex-admin.php (modified) (1 diff)
-
latex.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
latex/trunk/latex-admin.php
r361943 r361945 90 90 <th scope="row">Custom CSS to use with the LaTeX images</th> 91 91 <td> 92 <textarea name="latex_imgcss" rows="4" cols="50"> vertical-align: middle; border: none;</textarea>92 <textarea name="latex_imgcss" rows="4" cols="50"><?php echo get_option('latex_imgcss');?></textarea> 93 93 </td> 94 94 </tr> -
latex/trunk/latex.php
r361943 r361945 57 57 */ 58 58 59 if ( get_option("latex_imgcss")===''):59 if (!(get_option("latex_imgcss")!=='')): 60 60 update_option("latex_imgcss", "vertical-align: middle; border: none;"); 61 61 update_option("latex_img_server", "http://chart.apis.google.com/chart?cht=tx&chl=");
Note: See TracChangeset
for help on using the changeset viewer.