]> git.pld-linux.org Git - packages/eventum.git/blob - eventum-bug-10464.patch
- add post 1.5.4 fixes
[packages/eventum.git] / eventum-bug-10464.patch
1 diff -Naru a/templates/en/view_form.tpl.html b/templates/en/view_form.tpl.html
2 --- a/templates/en/view_form.tpl.html   2005-06-13 02:16:51 -07:00
3 +++ b/templates/en/view_form.tpl.html   2005-06-13 02:16:51 -07:00
4 @@ -292,7 +292,7 @@
5            <td width="50%" bgcolor="{$light_color}" class="default">
6              {section name="i" loop=$issue.associated_issues_details}
7                {strip}
8 -              <a href="view.php?id={$issue.associated_issues_details[i].associated_issue}" title="issue #{$issue.associated_issues_details[i].associated_issue} ({$issue.associated_issues_details[i].current_status}) - {$issue.associated_issues_details[i].associated_title}" class="{if $issue.associated_issues_details[i].is_closed}closed_{/if}link">#{$issue.associated_issues_details[i].associated_issue}</a>
9 +              <a href="view.php?id={$issue.associated_issues_details[i].associated_issue}" title="issue #{$issue.associated_issues_details[i].associated_issue} ({$issue.associated_issues_details[i].current_status}) - {$issue.associated_issues_details[i].associated_title|escape:"html"}" class="{if $issue.associated_issues_details[i].is_closed}closed_{/if}link">#{$issue.associated_issues_details[i].associated_issue}</a>
10                {if not $smarty.section.i.last},{/if}
11                {/strip}
12              {sectionelse}
13 # This is a BitKeeper generated diff -Nru style patch.
14 #
15 # ChangeSet
16 #   2005/06/07 09:15:55-05:00 jpm@mysql.com 
17 #   Fixed the issue details page to properly escape the summary of associated issues (Bug #10464)
18
19 # ChangeLog
20 #   2005/06/07 09:15:55-05:00 jpm@mysql.com +1 -2
21 #   Fixed the issue details page to properly escape the summary of associated issues (Bug #10464)
22
23 # templates/en/view_form.tpl.html
24 #   2005/06/07 09:15:55-05:00 jpm@mysql.com +1 -1
25 #   Fixed the issue details page to properly escape the summary of associated issues (Bug #10464)
26
This page took 0.044152 seconds and 3 git commands to generate.