Git commit bc012a37d0a2cefc2e6e9b01e339b3a6b424abc1 by Burkhard L?ck. Committed on 17/02/2013 at 14:57. Pushed by lueck into branch 'master'.
add a ! between '<' and '--' to make it a valid comment in HTML/XML M +1 -1 doc/kate/menus.docbook http://commits.kde.org/kate/bc012a37d0a2cefc2e6e9b01e339b3a6b424abc1 diff --git a/doc/kate/menus.docbook b/doc/kate/menus.docbook index 2bfe483..ef20934 100644 --- a/doc/kate/menus.docbook +++ b/doc/kate/menus.docbook @@ -1444,7 +1444,7 @@ to the opening tag. <listitem><para> If the selected portion is not a comment, this item will enclose that portion in &HTML;/XML comments (⪚ -<computeroutput><-- selected text --></computeroutput>). If the selected +<computeroutput><!-- selected text --></computeroutput>). If the selected portion is a comment, the comment tags will be removed instead. </para></listitem> </varlistentry>
