mirror of
https://github.com/ubicloud/ubicloud.git
synced 2025-10-08 15:51:57 +08:00
After running these changes, there are 1 error and 3 warnings when running the linter, due to bugs in the linter (https://github.com/marcoroth/herb/issues 480, 481, 483).
8 lines
110 B
Text
8 lines
110 B
Text
<%# locals: (name:, value:) %>
|
|
|
|
<input
|
|
type="hidden"
|
|
name="<%= name %>"
|
|
value="<%= value %>"
|
|
hidden
|
|
>
|