mirror of
https://github.com/google/nomulus
synced 2026-09-04 07:07:20 +00: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=170905337
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
{namespace domain.registry.tools autoescape="strict"}
|
||||
{namespace domain.registry.tools}
|
||||
/**
|
||||
* Create domain
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user