<pre style='margin:0'>
Rainer Müller (raimue) pushed a commit to branch master
in repository trac.macports.org.

</pre>
<p><a href="https://github.com/macports/trac.macports.org/commit/48b4872057fae04c0fcb67143c26c3a196ebd62c">https://github.com/macports/trac.macports.org/commit/48b4872057fae04c0fcb67143c26c3a196ebd62c</a></p>
<pre style="white-space: pre; background: #F8F8F8">The following commit(s) were added to refs/heads/master by this push:
<span style='display:block; white-space:pre;color:#404040;'>     new 48b4872  templates: Fix link to TicketsKeywordGuidelines
</span>48b4872 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 48b4872057fae04c0fcb67143c26c3a196ebd62c
</span>Author: Rainer Müller <raimue@macports.org>
AuthorDate: Thu Oct 19 20:50:44 2017 +0200

<span style='display:block; white-space:pre;color:#404040;'>    templates: Fix link to TicketsKeywordGuidelines
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Use an absolute link to make the link valid from any path, as it did not
</span><span style='display:block; white-space:pre;color:#404040;'>    work when modifying a ticket.
</span>---
 templates/site.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/templates/site.html b/templates/site.html
</span><span style='display:block; white-space:pre;color:#808080;'>index 537e9a8..51c2f41 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/templates/site.html
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/templates/site.html
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -31,7 +31,7 @@
</span> 
     <py:if test="req.path_info == '/newticket' or req.path_info.startswith('/ticket')">
         <label py:match="label[@for='field-keywords']" py:attrs="select('@*')">
<span style='display:block; white-space:pre;background:#ffe0e0;'>-            <a href="wiki/TicketsKeywordGuidelines" rel="noopener" target="_blank">
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+            <a href="/wiki/TicketsKeywordGuidelines" rel="noopener" target="_blank">
</span>                 ${select('*|comment()|text()')}
             </a>
         </label>
</pre><pre style='margin:0'>

</pre>