Skip to content

Reference to the wrong image in solution to Exercise 3.14 #1144

@KrNor

Description

@KrNor

In the solution to Exercise 3.14 the second picture is displayed 2 times, while the first one is ignored.

in line 955:

...
      <FIGURE src="img_javascript/ex-3-14-sol-2.png">
...

Should be changed to:

...
      <FIGURE src="img_javascript/ex-3-14-sol-1.png">
...

Line in question:

6f7425c#diff-1309ac3f7fa5b2e9e11ba6046787619f484101898f7f9160516908b75abe82c9R955

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions