Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6ef1402
)
MDL-24650 xhtml strict fix in participants page
author
Petr Skoda
<skodak@moodle.org>
Wed, 13 Oct 2010 17:39:06 +0000
(17:39 +0000)
committer
Petr Skoda
<skodak@moodle.org>
Wed, 13 Oct 2010 17:39:06 +0000
(17:39 +0000)
user/index.php
patch
|
blob
|
blame
|
history
diff --git
a/user/index.php
b/user/index.php
index
f639076
..
0e12ba2
100644
(file)
--- a/
user/index.php
+++ b/
user/index.php
@@
-774,7
+774,7
@@
echo '<input type="hidden" name="id" value="'.$course->id.'" />';
echo '<noscript style="display:inline">';
- echo '<
input type="submit" value="'.get_string('ok').'" /
>';
+ echo '<
div><input type="submit" value="'.get_string('ok').'" /></div
>';
echo '</noscript>';
echo '</div></div>';
echo '</form>';