X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fcontent%2FTextContent.php;h=d292880ba49dd3b1b81e36fa89b1615c5a6c3e7a;hb=435e4cab44875c2b7f910a1bb9351a8858723406;hp=c3daf83e36f4f35b1832e20fb9bc231fa54ab8d4;hpb=008795a94f71a390cc8fb9b453ed5cc03ea2e584;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/content/TextContent.php b/includes/content/TextContent.php index c3daf83e36..d292880ba4 100644 --- a/includes/content/TextContent.php +++ b/includes/content/TextContent.php @@ -132,7 +132,7 @@ class TextContent extends AbstractContent { * Returns attempts to convert this content object to wikitext, * and then returns the text string. The conversion may be lossy. * - * @note: this allows any text-based content to be transcluded as if it was wikitext. + * @note this allows any text-based content to be transcluded as if it was wikitext. * * @return string|bool The raw text, or false if the conversion failed. */ @@ -257,7 +257,7 @@ class TextContent extends AbstractContent { * This default implementation returns an HTML-escaped version * of the raw text content. * - * @note: The functionality of this method should really be implemented + * @note The functionality of this method should really be implemented * in getHtml(), and subclasses should override getHtml() if needed. * getHighlightHtml() is kept around for backward compatibility with * extensions that already override it.