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:
637bc17
)
MDL-32508 Trivial whitespace cleanup
author
Sam Hemelryk
<sam@moodle.com>
Fri, 4 May 2012 05:13:36 +0000
(17:13 +1200)
committer
Sam Hemelryk
<sam@moodle.com>
Fri, 4 May 2012 05:13:36 +0000
(17:13 +1200)
course/format/renderer.php
patch
|
blob
|
blame
|
history
diff --git
a/course/format/renderer.php
b/course/format/renderer.php
index
e98cec9
..
e71f2a5
100644
(file)
--- a/
course/format/renderer.php
+++ b/
course/format/renderer.php
@@
-28,7
+28,7
@@
defined('MOODLE_INTERNAL') || die();
/**
* This is a convenience renderer which can be used by section based formats
- * to reduce code duplication. It is not necessary for all course formats to
+ * to reduce code duplication. It is not necessary for all course formats to
* use this and its likely to change in future releases.
*
* @package core