Index: trunk/extensions/EtherpadLite/EtherpadLite.php |
— | — | @@ -74,7 +74,7 @@ |
75 | 75 | $wgHooks['ParserFirstCallInit'][] = 'EtherpadLite::EtherpadLiteParserInit'; |
76 | 76 | |
77 | 77 | # Define a default Etherpad Lite server Url and base path |
78 | | -# this server is used unless a distinct server is defined by id="..." |
| 78 | +# unless a different server is defined with the src= attribute |
79 | 79 | $wgEtherpadLiteDefaultPadUrl = "http://beta.etherpad.org/p/"; |
80 | 80 | |
81 | 81 | $wgEtherpadLiteDefaultWidth = "300px"; |