mirror of
https://github.com/google/nomulus.git
synced 2025-05-15 00:47:11 +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"}
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
{namespace registry.soy.console autoescape="strict"}
|
||||
{namespace registry.soy.console}
|
||||
|
||||
|
||||
/**
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
{namespace registry.soy.forms autoescape="strict"}
|
||||
{namespace registry.soy.forms}
|
||||
|
||||
|
||||
/**
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
{namespace registry.soy.registrar.console autoescape="strict"}
|
||||
{namespace registry.soy.registrar.console}
|
||||
|
||||
|
||||
/**
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
{namespace registry.soy.registrar.contact autoescape="strict"}
|
||||
{namespace registry.soy.registrar.contact}
|
||||
|
||||
|
||||
/**
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
{namespace registry.soy.registrar.contactepp autoescape="strict"}
|
||||
{namespace registry.soy.registrar.contactepp}
|
||||
|
||||
|
||||
/* XXX: Forces first postalInfo type to be "int" and second "loc" if it is
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
{namespace registry.soy.registrar.contacts autoescape="strict"}
|
||||
{namespace registry.soy.registrar.contacts}
|
||||
|
||||
|
||||
/** Registrar contacts listing for view only. */
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
{namespace registry.soy.registrar.domain autoescape="strict"}
|
||||
{namespace registry.soy.registrar.domain}
|
||||
|
||||
|
||||
/**
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
{namespace registry.soy.registrar.domainepp autoescape="strict"}
|
||||
{namespace registry.soy.registrar.domainepp}
|
||||
|
||||
|
||||
/* General Availability. Sunrush down below. */
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
{namespace registry.soy.registrar.epp autoescape="strict"}
|
||||
{namespace registry.soy.registrar.epp}
|
||||
|
||||
|
||||
/**
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
{namespace registry.soy.registrar.host autoescape="strict"}
|
||||
{namespace registry.soy.registrar.host}
|
||||
|
||||
|
||||
/**
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
{namespace registry.soy.registrar.hostepp autoescape="strict"}
|
||||
{namespace registry.soy.registrar.hostepp}
|
||||
|
||||
|
||||
/**
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
{namespace registry.soy.registrar.payment autoescape="strict"}
|
||||
{namespace registry.soy.registrar.payment}
|
||||
|
||||
|
||||
/** Page allowing registrar to send registry money. */
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
{namespace registry.soy.registrar.security autoescape="strict"}
|
||||
{namespace registry.soy.registrar.security}
|
||||
|
||||
|
||||
/** Registrar security settings page for view and edit. */
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
{namespace registry.soy.registrar.whois autoescape="strict"}
|
||||
{namespace registry.soy.registrar.whois}
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue