fix: #tableName# outside cfoutput — wrap in cfoutput
This commit is contained in:
@@ -84,7 +84,7 @@
|
||||
<html lang="ru">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<title>CRUD — #tableName#</title>
|
||||
<title>CRUD — <cfoutput>#tableName#</cfoutput></title>
|
||||
<style>
|
||||
body { font-family: sans-serif; max-width: 600px; margin: 40px auto; }
|
||||
table { border-collapse: collapse; width: 100%; margin-bottom: 20px; }
|
||||
@@ -97,7 +97,7 @@
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<h1>#tableName#</h1>
|
||||
<h1><cfoutput>#tableName#</cfoutput></h1>
|
||||
|
||||
<!--- Таблица записей --->
|
||||
<table>
|
||||
|
||||
Reference in New Issue
Block a user