Skip to content

Commit

Permalink
Contributors list updated
Browse files Browse the repository at this point in the history
  • Loading branch information
dmfrancisco committed Jul 21, 2011
1 parent 939a00d commit b0fb42b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.html
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@


<script src="javascripts/textile.js"></script> <script src="javascripts/textile.js"></script>
<script language="javascript"> <script language="javascript">
var filename = "README.textile" // Change the source file here var filename = "README.textile"


function do_convert(html) { function doConvert(html) {
document.getElementById('preview').innerHTML = convert(html); document.getElementById('preview').innerHTML = convert(html);
} }


Expand All @@ -47,7 +47,7 @@


function updateNewContent() { function updateNewContent() {
if (http.readyState == 4) if (http.readyState == 4)
do_convert(http.responseText); doConvert(http.responseText);
} }


getNewContent(); getNewContent();
Expand Down
2 changes: 1 addition & 1 deletion README.textile
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ h2. Contributors


Jon Wood — "@jellybob":https://github.com/jellybob/ <br /> Jon Wood — "@jellybob":https://github.com/jellybob/ <br />
Petteri Kääpä — "@kaapa":https://github.com/kaapa/ <br /> Petteri Kääpä — "@kaapa":https://github.com/kaapa/ <br />
Andrew P — "@standardtoaster":https://github.com/standardtoaster/ <br /> Andrew Preece — "@standardtoaster":https://github.com/standardtoaster/ <br />
Mirek Rusin — "@mirek":https://github.com/mirek/ <br /> Mirek Rusin — "@mirek":https://github.com/mirek/ <br />




Expand Down

0 comments on commit b0fb42b

Please sign in to comment.