noalyss-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Noalyss-commit] [noalyss] 08/32: Follow Up small bug with the #document


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 08/32: Follow Up small bug with the #document_id
Date: Thu, 5 Jan 2023 14:18:29 -0500 (EST)

sparkyx pushed a commit to branch devel
in repository noalyss.

commit 95293935c4d174486e2f3932f0195a304509985e
Author: sparkyx <danydb@noalyss.eu>
AuthorDate: Thu Dec 15 17:56:48 2022 +0100

    Follow Up small bug with the #document_id
---
 include/template/follow_up-display.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/template/follow_up-display.php 
b/include/template/follow_up-display.php
index 0353d712e..1db12fe9a 100644
--- a/include/template/follow_up-display.php
+++ b/include/template/follow_up-display.php
@@ -390,7 +390,7 @@ function small(p_id_textarea){
 
 
             }
-            $comment=preg_replace('/#([0-9]+)/','<a class="line" 
href="javascript:void()" onclick="view_action(\1,'.
+            $comment=preg_replace('/ #([0-9]+)/','  <a class="line" 
href="javascript:void()" onclick="view_action(\1,'.
                     Dossier::id().',0)" >\1</a>',$comment);
             echo '<p></p>';
             echo $comment;



reply via email to

[Prev in Thread] Current Thread [Next in Thread]