Kaydet (Commit) 96eff63b authored tarafından Artur Dryomov's avatar Artur Dryomov Kaydeden (comit) Andras Timar

Fix HTML closing tags order for slide notes.

Change-Id: Ia6f84965ea0137c58f6bef375e14863d262f7e2b
Reviewed-on: https://gerrit.libreoffice.org/5771Reviewed-by: 's avatarAndras Timar <atimar@suse.com>
Tested-by: 's avatarAndras Timar <atimar@suse.com>
üst 17fb3ac8
......@@ -195,7 +195,7 @@ void ImagePreparer::sendNotes( sal_uInt32 aSlideNumber )
aBuffer.append( "<html><body>" );
aBuffer.append( aNotes );
aBuffer.append( "</html></body>" );
aBuffer.append( "</body></html>" );
aBuffer.append( "\n\n" );
pTransmitter->addMessage( aBuffer.makeStringAndClear(),
Transmitter::PRIORITY_LOW );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment