Wapp

View Ticket
Login
Ticket Hash: b0d195faafc610259f9fac862d6933068ce7d1a3
Title: broccoli.gif requires URL path in documentaton
Status: Closed Type: Code_Defect
Severity: Minor Priority: Immediate
Subsystem: Resolution: Not_A_Bug
Last Modified: 2022-02-13 22:57:12
3.37 years ago
Created: 2022-02-13 19:54:48
3.37 years ago
Version Found In: Latest
User Comments:
kurtjung added on 2022-02-13 19:54:48:

In "Introducing To Writing Wapp Applications" page, section 2.1 Binary Resources, I believe the line

<p>Broccoli: <img src='broccoli.gif'></p>
should be
<p>Broccoli: <img src='%html($B)/broccoli.gif'></p>
Also, "Introducing" in page title should be "Introduction"


kurtjung added on 2022-02-13 20:56:56:

Oops -- I now think corrected line should be

<p>Broccoli: <img src='%url($B)/broccoli.gif'></p>


drh added on 2022-02-13 22:57:12:

Two points:

  1. These kinds of things are best discussed on the forum.

  2. The current code works.