]> git.mjollnir.org Git - moodle.git/commitdiff
moved php end tag from comment revisited
authorskodak <skodak>
Sun, 23 Apr 2006 11:40:25 +0000 (11:40 +0000)
committerskodak <skodak>
Sun, 23 Apr 2006 11:40:25 +0000 (11:40 +0000)
mod/choice/mod.html

index f65176330f4731e7b3decc5ed4fb1ab98ab5872b..59d8b6ebe522ab972a2713d656cc194d4129e2fc 100644 (file)
@@ -165,7 +165,8 @@ $limitfieldlist = trim($limitfieldlist, ",");
     </td>
 </tr>
 
-<?php if ($form->limitanswers == 0) { ?> //lock the limit fields if limit isn't used.
+<?php if ($form->limitanswers == 0) { //lock the limit fields if limit isn't used.
+?>
 <script type="text/javascript">
     lockoptions('form','limitanswers', limititems);
 </script>