Skip to content

Commit

Permalink
Merge pull request #118 from dougmassay/master
Browse files Browse the repository at this point in the history
CharToEntity what PerformHTMLUpdates returns
  • Loading branch information
dougmassay committed Sep 23, 2015
2 parents 475dc1b + b11cd50 commit 20e0f4a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/SourceUpdates/PerformHTMLUpdates.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
*************************************************************************/

#include "Misc/GumboInterface.h"
#include "BookManipulation/CleanSource.h"
#include "SourceUpdates/PerformCSSUpdates.h"
#include "SourceUpdates/PerformHTMLUpdates.h"

Expand All @@ -45,6 +46,6 @@ QString PerformHTMLUpdates::operator()()
if (!m_CSSUpdates.isEmpty()) {
newsource = PerformCSSUpdates(newsource, m_CSSUpdates)();
}
return newsource;
return CleanSource::CharToEntity(newsource);
}

0 comments on commit 20e0f4a

Please sign in to comment.