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:
f011a8f
)
MDL-24650 xhtml strict fix in comments
author
Petr Skoda
<skodak@moodle.org>
Wed, 13 Oct 2010 17:28:17 +0000
(17:28 +0000)
committer
Petr Skoda
<skodak@moodle.org>
Wed, 13 Oct 2010 17:28:17 +0000
(17:28 +0000)
comment/lib.php
patch
|
blob
|
blame
|
history
diff --git
a/comment/lib.php
b/comment/lib.php
index
7ac8594
..
2cfc904
100644
(file)
--- a/
comment/lib.php
+++ b/
comment/lib.php
@@
-322,7
+322,7
@@
EOD;
$html .= <<<EOD
<div class="mdl-left">
<noscript>
-<
a href="{$this->link}">{$strshowcomments}</a
>
+<
div><a href="{$this->link}">{$strshowcomments}</a></div
>
</noscript>
<a id="comment-link-{$this->cid}" class="comment-link" href="#">
<img id="comment-img-{$this->cid}" src="$icon" alt="{$this->linktext}" title="{$this->linktext}" />