1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-22 14:52:41 +01:00

PhabricatorPhabricatorAuthProvider: Remove unnecessary Remarkup

Summary:
This is a small fix in a specific user message example. See other messages in the very same file which also use `<tt>`.

Here the problematic phrase:

{F292970}

See the example in the phrase "Use lowercase letters, digits, and periods. For example: ...".

Test Plan: After this change, the specific message "The URI where the OAuth server is installed. For example" from the page `/auth/config/edit/?provider=PhabricatorPhabricatorAuthProvider` does not have anymore backticks shown to the end user.

Reviewers: O1 Blessed Committers, valerio.bozzolan

Reviewed By: O1 Blessed Committers, valerio.bozzolan

Subscribers: speck, tobiaswiese, valerio.bozzolan, Matthew, Cigaryno

Differential Revision: https://we.phorge.it/D25232
This commit is contained in:
Andre Klapper 2023-05-20 11:43:00 +02:00
parent 976a21f658
commit 44f2010a0b

View file

@ -169,7 +169,7 @@ final class PhabricatorPhabricatorAuthProvider
phutil_tag( phutil_tag(
'tt', 'tt',
array(), array(),
'`example.oauthserver`')))); 'example.oauthserver'))));
} else { } else {
$form $form
->appendChild( ->appendChild(