Git commits in Moodle 1.9.3 by gbateson

commit cba660bfe68de116524771e4d7113792506978f2
Author: gbateson <gbateson>
Date:   Sun, 03 Aug 2008 05:30:37 +0800
Tag:    v1.9.3

MDL-15811 fix quotes: width=240" -> width="240"

commit c6eff884e770a905c06ed5a74b4f4f7ad925a451
Author: gbateson <gbateson>
Date:   Sun, 13 Jul 2008 20:20:30 +0800
Tag:    v1.9.3

improvements to generation of html from xml: JCloze: set textbox size allowing for minimum gap size setting and longest answer; JMatch: allow for duplicates and distractors in RHS items; JQuiz: set textbox size allowing for longest answer, and use textarea if answer longer than 29 chars;

commit 406a9d91d8532b886693943d8f7f77da0e2f47da
Author: gbateson <gbateson>
Date:   Sun, 13 Jul 2008 06:55:39 +0800
Tag:    v1.9.3

fixed a typo in get_baseurl function: get_file_url($this->filedir.'/'); should be get_file_url($this->filedir).'/'; i.e. finial slash should be *outside* the last bracket