Plugin Directory

Changeset 361945


Ignore:
Timestamp:
03/19/2011 02:59:34 AM (15 years ago)
Author:
mathzqy
Message:
 
Location:
latex/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • latex/trunk/latex-admin.php

    r361943 r361945  
    9090            <th scope="row">Custom CSS to use with the LaTeX images</th>
    9191            <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>
    9393            </td>
    9494        </tr>
  • latex/trunk/latex.php

    r361943 r361945  
    5757*/
    5858
    59 if (get_option("latex_imgcss")===''):
     59if (!(get_option("latex_imgcss")!=='')):
    6060    update_option("latex_imgcss", "vertical-align: middle; border: none;");
    6161    update_option("latex_img_server", "http://chart.apis.google.com/chart?cht=tx&chl=");
Note: See TracChangeset for help on using the changeset viewer.