change ref docs url format from 1_5 to v1.5
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
This document does not use semicolons in scriptlets.
|
||||
<%
|
||||
var a = 'b'
|
||||
var b = 'c'
|
||||
var c
|
||||
c = b
|
||||
%>
|
||||
The value of c is: <%= c %>
|
||||
Reference in New Issue
Block a user