mirror of
https://github.com/github/codeql.git
synced 2026-06-12 08:21:09 +02:00
10 lines
178 B
Plaintext
10 lines
178 B
Plaintext
<%@ Page Language="VB" %>
|
|
|
|
<html>
|
|
<body>
|
|
<% If ShouldWarn() Then %> <%-- $ Alert[cs/asp/split-control-structure] --%>
|
|
<p>WARNING: <%=warning()%></p>
|
|
<% End If %>
|
|
</body>
|
|
</html>
|