diff options
author | Ben Burwell <ben.burwell@trifecta.com> | 2016-09-14 12:52:57 -0400 |
---|---|---|
committer | Ben Burwell <ben.burwell@trifecta.com> | 2016-09-14 12:52:57 -0400 |
commit | 318be9790fa3a3b9cfe36c2e5cc186f0e1666ec3 (patch) | |
tree | 2ec580d5ba132646dbe5dc84491ebcd11d4ecd8b | |
parent | a0627618a841cd0b2c91fccc4edf5548e08a09ef (diff) |
Remove modelines now that the HTML extension is used
-rw-r--r-- | prog/euclideanAlgorithm.html | 1 | ||||
-rw-r--r-- | prog/simpleWhileLoop.html | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/prog/euclideanAlgorithm.html b/prog/euclideanAlgorithm.html index 87fa168..338ca46 100644 --- a/prog/euclideanAlgorithm.html +++ b/prog/euclideanAlgorithm.html @@ -1,4 +1,3 @@ -<!-- vim: set filetype=html: --> <!doctype html> <html> <head> diff --git a/prog/simpleWhileLoop.html b/prog/simpleWhileLoop.html index ab458e6..f37511f 100644 --- a/prog/simpleWhileLoop.html +++ b/prog/simpleWhileLoop.html @@ -1,4 +1,3 @@ -<!-- vim: set filetype=html: --> <!doctype html> <html> <head> |