This is an automated email from the ASF dual-hosted git repository.

asf-gitbox-commits pushed a commit to branch db/8607
in repository https://gitbox.apache.org/repos/asf/allura.git

commit 523be8e9c75412bc9df95e66a50d45ce70d63a80
Author: Dave Brondsema <[email protected]>
AuthorDate: Fri May 15 17:53:43 2026 -0400

    [#8607] move |safe to be directly on the string source
---
 Allura/allura/ext/admin/templates/project_admin.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Allura/allura/ext/admin/templates/project_admin.html 
b/Allura/allura/ext/admin/templates/project_admin.html
index fafdc2628..ba3e45b7f 100644
--- a/Allura/allura/ext/admin/templates/project_admin.html
+++ b/Allura/allura/ext/admin/templates/project_admin.html
@@ -62,7 +62,7 @@
         },
         {
             "title": "Start coding",
-            "content": "Commit your code to your repo.  Or, if you have code 
somewhere else, <a href='ext/import/'>import it</a> or add link to it (add an 
'External Link' tool).",
+            "content": "Commit your code to your repo.  Or, if you have code 
somewhere else, <a href='ext/import/'>import it</a> or add link to it (add an 
'External Link' tool)."|safe,
             "target": ".tool-git-32,.tool-hg-32,.tool-svn-32",
             "placement": "bottom",
             "xOffset": -17,
@@ -88,7 +88,7 @@
     {% for step in tour.steps %}
     <div class="tour-step-info show-for-large">
         <h2>{{ step.title }}</h2>
-        <p>{{ step.content|safe }}
+        <p>{{ step.content }}
         </p>
         <div class="hopscotch-bubble not-really-hopscotch-bubble">
             <button class="tour-show hopscotch-nav-button next" 
data-tour-id="{{ loop.index0 }}">Show Me</button>

Reply via email to