Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion citation/VERSION
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
# semantic version tag: major.minor[.patch]
# build version tag: timestamp
# tag: {semantic}-{build}
VER=1.0.1
VER=1.0.2
TAGS="${VER} ${VER}-$(date -u +"%Y%m%dT%H%M%S")"
unset VER
2 changes: 1 addition & 1 deletion citation/src/main/webapp/index.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1">
<base href="${fn:substring(url, 0, fn:length(url) - fn:length(uri))}${req.contextPath}/" />
<base href="${baseURL}${contextPath}/" />

<c:import url="${baseURL}/canfar/includes/_page_top_styles.shtml" />
<link rel="stylesheet" type="text/css"
Expand Down
2 changes: 1 addition & 1 deletion citation/src/main/webapp/landing/index.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1">
<base href="${fn:substring(url, 0, fn:length(url) - fn:length(uri))}${req.contextPath}/" />
<base href="${baseURL}${contextPath}/" />

<c:import url="${baseURL}/canfar/includes/_page_top_styles.shtml" />
<link rel="stylesheet" type="text/css"
Expand Down
2 changes: 1 addition & 1 deletion citation/src/main/webapp/request/index.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1">
<base href="${fn:substring(url, 0, fn:length(url) - fn:length(uri))}${req.contextPath}/" />
<base href="${baseURL}${contextPath}/" />

<c:import url="${baseURL}/canfar/includes/_page_top_styles.shtml" />
<link rel="stylesheet" type="text/css"
Expand Down
Loading