Check-in [37f295c310]
Not logged in
Overview

SHA1 Hash:37f295c310cd0e89f49432a38e6d0f108c0a57c4
Date: 2009-09-21 19:19:20
User: drh
Comment:Fix a URL on the logo setup page.
Timelines: ancestors | descendants | both | trunk
Other Links: files | ZIP archive | manifest

Tags And Properties
Changes
[hide diffs]

Modified src/setup.c from [f6793e252c] to [95f147ca17].

@@ -1056,11 +1056,11 @@
     );
   }
   style_header("Edit Project Logo");
   @ <p>The current project logo has a MIME-Type of <b>%h(zMime)</b> and looks
   @ like this:</p>
-  @ <blockquote><img src="/logo" alt="logo"></blockquote>
+  @ <blockquote><img src="%s(g.zTop)/logo" alt="logo"></blockquote>
   @
   @ <form action="%s(g.zBaseURL)/setup_logo" method="POST"
   @  enctype="multipart/form-data">
   @ <p>The logo is accessible to all users at this URL:
   @ <a href="%s(g.zBaseURL)/logo">%s(g.zBaseURL)/logo</a>.