This is an automated email from the ASF dual-hosted git repository.
skygo pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/netbeans-antora.git
The following commit(s) were added to refs/heads/main by this push:
new eda2460 Update rssfeed.js
eda2460 is described below
commit eda24607a9b78964de4d5757b1c700e6c2f1d589
Author: Eric Barboni <[email protected]>
AuthorDate: Thu Feb 22 14:46:20 2024 +0100
Update rssfeed.js
---
lib/rssfeed.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/rssfeed.js b/lib/rssfeed.js
index 0e07e6e..0b393ea 100644
--- a/lib/rssfeed.js
+++ b/lib/rssfeed.js
@@ -78,7 +78,7 @@ function sortByDate (a, b) {
// reduce the page content to approx content,
function blogcontent (s) {
// end of content
- const endofsection = s.indexOf('<section class="tools">')
+ const endofsection = s.indexOf("<section class='tools'>")
const endofarticle = s.indexOf("</article>")
// possible starting point of article,
const startofparagraph = s.indexOf('<div class="paragraph">')
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists