TinyMCE linebreaks

SteveX
SteveX
@ultrajam
10 years ago
2,584 posts
Using TinyMCE I see line breaks added both inside and after a div.

So this:
<div class="alert alert-success">
<p><strong>Correct paraphrase</strong></p>
<p>The research process is a way of ordering ideas and is used in the assessment of knowledge. (Schneider, 2013 p. 21)</p>
<p><span class="label label-success">Not plagiarism: </span> &nbsp; The language is fully rewritten and a citation is provided. A page reference in the in-text citation is not needed unless you are including a direct quotation.</p>
</div>

becomes this:

<div class="alert alert-success">
<br>
<p><strong>Correct paraphrase</strong></p>
<p>The research process is a way of ordering ideas and is used in the assessment of knowledge. (Schneider, 2013 p. 21)</p>
<p><span class="label label-success">Not plagiarism: </span> &nbsp; The language is fully rewritten and a citation is provided. A page reference in the in-text citation is not needed unless you are including a direct quotation.</p>
</div>
<br>
My guess is that a line break right inside a div isn't the intention or needed.

Thanks


--
¯\_(ツ)_/¯ Education, learning resources, TEL, AR/VR/MR, CC licensed content, panoramas, interactive narrative, sectional modules (like jrDocs), lunch at Uni of Bristol. Get in touch if you share my current interests or can suggest better :)

updated by @ultrajam: 10/04/15 06:23:51AM
SteveX
SteveX
@ultrajam
10 years ago
2,584 posts
The line breaks are also added inside a blockquote.


--
¯\_(ツ)_/¯ Education, learning resources, TEL, AR/VR/MR, CC licensed content, panoramas, interactive narrative, sectional modules (like jrDocs), lunch at Uni of Bristol. Get in touch if you share my current interests or can suggest better :)

Tags