Skip to content
This repository has been archived by the owner on Feb 8, 2019. It is now read-only.

Commit

Permalink
Merge pull request #125 from jmohler1970/ColdFusion-2016
Browse files Browse the repository at this point in the history
ColdFusion 2016
  • Loading branch information
jmohler1970 authored Sep 14, 2016
2 parents f19b630 + 83e72a1 commit 7e0f8f9
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Ignore Mac DS_Store files
.DS_Store
1 change: 1 addition & 0 deletions layouts/default.cfm
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

<b:head key="brand">

<META http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="author" content="James Mohler" />
<meta name="description" content="Bootstrap tags for ColdFusion, a powerful tag libary that takes the best from Bootstrap for next-gen Front-end Enterprise Applications fast and easy supporting HTML5." />
<meta name="KEYWORDS" content="ColdFusion, bootstrap, framework, java, enterprise, server, faces, jquery, usability, next-gen, web, html5, easy, modern, well-designed, website, state-of-the-art" />
Expand Down
2 changes: 1 addition & 1 deletion vendor/tags/bootstrap/bootstrap.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ void function setupRequest() {

if(application.Bootstrap.arLang.isEmpty()) {
for(local.langFile in DirectoryList(application.Bootstrap.langRoot, false, "path", "*.php")) {
application.Bootstrap.arLang.append(local.langFile.listLast("/").listFirst("."));
application.Bootstrap.arLang.append(local.langFile.listLast("/").listLast("\").listFirst("."));
}
}

Expand Down
2 changes: 2 additions & 0 deletions vendor/tags/bootstrap/jumbotron.cfm
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ case "start" :
variables.crlf = chr(13) & chr(10);
variables.tagStack = getBaseTagList().listToArray();
param attributes.processed = true;
param attributes.rendered = true;
Expand Down
2 changes: 1 addition & 1 deletion views/docs/jumbotron.cfm
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ This is a Jumbotron


<b:jumbotron>
<b:h1>#rc.content#</b:jumbotron>
<b:h1 value="#rc.content#" />
<b:p>O Fortuna
velut luna
statu variabilis,
Expand Down

0 comments on commit 7e0f8f9

Please sign in to comment.