Commit ea5339f6 authored by lpsolit%gmail.com's avatar lpsolit%gmail.com

Bug 337560: User Watching prefs should have an HTML anchor name - Patch by…

Bug 337560: User Watching prefs should have an HTML anchor name - Patch by timeless <timeless@bemail.org> r=LpSolit a=justdave
parent 0b47dd2c
......@@ -264,12 +264,12 @@ preferences for <u>their</u> relationship to the [% terms.bug %]
(e.g. Assignee). You are watching anyone on the following comma-separated list:
</p>
<p>Users to watch:
<p><a name="watched_by_you" id="watched_by_you">Users to watch</a>:
<input size="60" name="watchedusers"
value="[% watchedusers FILTER html %]">
</p>
<p>Users watching you:<br>
<p><a name="watching_you" id="watching_you">Users watching you</a>:<br>
[% IF watchers.size %]
[% FOREACH watcher = watchers %]
[% watcher FILTER html %] <br>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment