]> git.mjollnir.org Git - moodle.git/commitdiff
Fixed typo preventing images being displayed.
authorthepurpleblob <thepurpleblob>
Thu, 20 Apr 2006 12:36:31 +0000 (12:36 +0000)
committerthepurpleblob <thepurpleblob>
Thu, 20 Apr 2006 12:36:31 +0000 (12:36 +0000)
question/type/shortanswer/display.html

index 2f82f62b8015a4895e5e0a611e62e92190d95073..4943fecafa2fad46be4b165b3d5237aaebd04027 100644 (file)
@@ -3,7 +3,7 @@
 </div>
 
 <?php if ($image) { ?>
-  <img class="qimage" src="<?php echo $imagel; ?>" alt="" />
+  <img class="qimage" src="<?php echo $image; ?>" alt="" />
 <?php } ?>
 
 <div class="ablock clearfix">