This is an automated email from the ASF dual-hosted git repository.

hectorespert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 5069f4d  Fixed styling and broken link
     new cb97012  Merge pull request #566 from huddeldaddel/broken-html-tags
5069f4d is described below

commit 5069f4d84cf9c325c812eb4b659a6dea2907916e
Author: Thomas Werner <35447824+huddeldad...@users.noreply.github.com>
AuthorDate: Sun Oct 24 10:28:40 2021 +0200

    Fixed styling and broken link
---
 netbeans.apache.org/src/content/tutorials/nbm-nodesapi2.asciidoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/netbeans.apache.org/src/content/tutorials/nbm-nodesapi2.asciidoc 
b/netbeans.apache.org/src/content/tutorials/nbm-nodesapi2.asciidoc
index f1ef50e..a3607ce 100644
--- a/netbeans.apache.org/src/content/tutorials/nbm-nodesapi2.asciidoc
+++ b/netbeans.apache.org/src/content/tutorials/nbm-nodesapi2.asciidoc
@@ -137,7 +137,7 @@ The first enhancement you will provide is an enhanced 
display name. The Nodes AP
 
 * font color—font size and face settings are not supported, but color is, 
using standard HTML syntax
 * font style tags: `b` (bold), `i` (italics), `u` (underline) and `s` 
(strikethrough)
-* A limited subset of SGML entities: &amp;quot;, &amp;lt;, &amp;amp;, 
&amp;lsquo;, &amp;rsquo;, &amp;ldquo;, &amp;rdquo;, &amp;ndash;, &amp;mdash;, 
&amp;ne;, &amp;le;, &amp;ge;, &amp;copy;, &amp;reg;, &amp;trade;, and &amp;nbsp;
+* A limited subset of SGML entities: `&amp;quot;`, `&amp;lt;`, `&amp;amp;`, 
`&amp;lsquo;`, `&amp;rsquo;`, `&amp;ldquo;`, `&amp;rdquo;`, `&amp;ndash;`, 
`&amp;mdash;`, `&amp;ne;`, `&amp;le;`, `&amp;ge;`, `&amp;copy;`, `&amp;reg;`, 
`&amp;trade;`, and `&amp;nbsp;`
 
 Since the data available from our `Event` doesn't have anything really 
exciting, we'll extend this artificial example, and decide that odd numbered 
`Events` should appear with blue text.
 
@@ -238,7 +238,7 @@ image::images/nbm-nodesapi2/icon.png[]
 
 In the Projects view, it should look like this:
 
-image::images/nbm-nodesapi2/icon-in-projects.png[]
+image::images/nbm-nodesapi2/icon-in-project.png[]
 
 In the Files view, it should look like this:
 

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to