From 84585f1d4bcd2be807d5b184d2f1bb809e536fa6 Mon Sep 17 00:00:00 2001 From: stronk7 <stronk7> Date: Mon, 2 Feb 2009 21:15:50 +0000 Subject: [PATCH] MDL-18100 tex filter debug - fix missing quote. Merged from 19_STABLE --- filter/tex/texdebug.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/filter/tex/texdebug.php b/filter/tex/texdebug.php index 4cd5f96116..bbeb81f134 100644 --- a/filter/tex/texdebug.php +++ b/filter/tex/texdebug.php @@ -1,4 +1,4 @@ -<?PHP // $Id$ +<?php // $Id$ // This function fetches math. images from the data directory // If not, it obtains the corresponding TeX expression from the cache_tex db table // and uses mimeTeX to create the image file @@ -293,7 +293,7 @@ <label for="ShowDB">See the cache_filters database entry for this expression (if any).</label></li> <li><input type="radio" name="DeleteDB" value="DeleteDB" id="DeleteDB" /> <label for="DeleteDB">Delete the cache_filters database entry for this expression (if any).</label></li> - <li><input type="radio" name="action" value="ShowImageMimetex" id="ShowImageMimetex checked="checked" /> + <li><input type="radio" name="action" value="ShowImageMimetex" id="ShowImageMimetex" checked="checked" /> <label for="ShowImageMimetex">Show a graphic image of the algebraic expression rendered with mimetex.</label></li> <li><input type="radio" name="action" value="ShowImageTex" id="ShowImageTex" /> <label for="ShowImageTex">Show a graphic image of the algebraic expression rendered with Tex/Ghostscript.</label></li> -- 2.39.5