[Bps-public-commit] RT-Extension-Captcha branch, master, updated. a1387ff96d5aaefdd81b2e3e92c73e3941239ff8
Thomas Sibley
trs at bestpractical.com
Thu Dec 23 09:28:50 EST 2010
The branch, master has been updated
via a1387ff96d5aaefdd81b2e3e92c73e3941239ff8 (commit)
from c7c89c7f052efc5a0c90e712c4bd077436272b16 (commit)
Summary of changes:
html/Elements/Captcha | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit a1387ff96d5aaefdd81b2e3e92c73e3941239ff8
Author: Thomas Sibley <trs at bestpractical.com>
Date: Thu Dec 23 09:20:23 2010 -0500
Use a relative image src rather than a fully qualified one
diff --git a/html/Elements/Captcha b/html/Elements/Captcha
index ba90931..7a40fed 100644
--- a/html/Elements/Captcha
+++ b/html/Elements/Captcha
@@ -2,7 +2,7 @@
<&| /Widgets/TitleBox, title => loc("You must solve a CAPTACHA to proceed") &>
<table border="0" cellpadding="0" cellspacing="0">
-<tr><td><img src="<% RT->Config->Get('WebURL') %>Helpers/Captcha" /></td>
+<tr><td><img src="<% RT->Config->Get('WebPath') %>/Helpers/Captcha" /></td>
<td><input type="text" name="CaptchaString" /></td></tr>
</table>
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list