mirror of
https://github.com/google/nomulus.git
synced 2025-05-19 10:49:35 +02:00
Remove autoescape="strict" attributes from Soy templates.
Strict autoescaping is the default so they serve no purpose. Design doc: [] ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=170725633
This commit is contained in:
parent
cb6bf91c8a
commit
6740e9270f
15 changed files with 15 additions and 15 deletions
|
@ -12,7 +12,7 @@
|
|||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
{namespace registry.soy.api autoescape="strict"}
|
||||
{namespace registry.soy.api}
|
||||
|
||||
/** Domain check fee request for one domain. */
|
||||
{template .domaincheckfee stricthtml="false"}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue