1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-07-01 12:40:50 +02:00
Commit Graph

5 Commits

Author SHA1 Message Date
wn_
f3774b9d65 Use 'saveHTML' when generating HTML from a DOMDocument.
This primarily occurs when modifying article content.  If 'saveXML' is
used following 'loadHTML' there is the possibility of strangeness, such
as a self-closing anchor tag.

Note that the DOMDocument used in 'classes/feeditem/atom.php' came from
'loadXML', but we use 'saveHTML' since we're returning HTML content.
2017-09-09 13:51:59 -05:00
Andrew Dolgov
21ce7d9ec0 update phpmd ruleset to use (subset) of cleancode
fix various minor issues reported by static analysis
remove redundant php closing tag from several more files
2017-04-26 20:57:36 +03:00
Andrew Dolgov
129d626354 plugins: remove obsolete plugin_data/stored stuff 2014-08-18 18:41:19 +04:00
Andrew Dolgov
3263c9ccee af_fsckportal: remove unused variables 2014-08-08 11:34:13 +04:00
Andrew Dolgov
1130125a3a add af_fsckportal 2013-10-23 11:53:35 +04:00