簡體   English   中英

在語言變量中不打印'%'登錄joomla 3

[英]In language variable not print '%' sign in joomla 3

我將語言字符串存儲在語言變量中。 問題是, %不在語言字符串中打印。

這是我的代碼:

COM_ACCOUNT_NEW_OPEN_EMAIL_BODY = "Hello,<br> your account created for  with %s% interest.<br>Thanks."

將第二個用作%%而不是單個%

COM_ACCOUNT_NEW_OPEN_EMAIL_BODY = "Hello,<br> your account created for  with %s%% interest.<br>Thanks."
                                                                               ^^

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM