www-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

www/fun/jokes brainfuck.html


From: D E Evans
Subject: www/fun/jokes brainfuck.html
Date: Thu, 04 Dec 2008 20:11:13 +0000

CVSROOT:        /web/www
Module name:    www
Changes by:     D E Evans <sinuhe>      08/12/04 20:11:13

Modified files:
        fun/jokes      : brainfuck.html 

Log message:
        Correct a rendering issue and add a missing space.

CVSWeb URLs:
http://web.cvs.savannah.gnu.org/viewcvs/www/fun/jokes/brainfuck.html?cvsroot=www&r1=1.11&r2=1.12

Patches:
Index: brainfuck.html
===================================================================
RCS file: /web/www/www/fun/jokes/brainfuck.html,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -b -r1.11 -r1.12
--- brainfuck.html      4 Dec 2008 20:07:30 -0000       1.11
+++ brainfuck.html      4 Dec 2008 20:11:09 -0000       1.12
@@ -1,8 +1,11 @@
 <!--#include virtual="/server/header.html" -->
-
 <title>Ed-like in BrainFuck - GNU Project - Free Software Foundation 
 (FSF)</title>
-
+<style>
+  q:lang(en) {
+    quotes: '\2018' '\2019' '\201C' '\201D';
+  }
+</style>
 <!--#include virtual="/server/banner.html" -->
 
 <h2>BrainFuck</h2>
@@ -27,7 +30,7 @@
 
 <p>
 The following was offered from Andrea Bolognani, with the following
-comment: The above version<q>reads from standard input until it
+comment: The above version <q>reads from standard input until it
 encounters a EOF character, and then starts printing <code>?</code>
 in an infinite loop.  I've written a drop-in replacement…as an added
 bonus, this version uses only 69 instructions, which is 30 less than
@@ -82,7 +85,7 @@
 <p>
 Updated:
 <!-- timestamp start -->
-$Date: 2008/12/04 20:07:30 $
+$Date: 2008/12/04 20:11:09 $
 <!-- timestamp end -->
 </p>
 </div>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]