spec: fix quoting style

This commit is contained in:
pancho horrillo
2019-05-30 15:04:21 +02:00
committed by pancho horrillo
parent 60e7a57622
commit d067b46d11
+4 -4
View File
@@ -68,10 +68,10 @@ incapable in others.
* Custom code = More bugs * Custom code = More bugs
* Security issues (command injection, etc) * Security issues (command injection, etc)
* Dependency on developers * Dependency on developers
* **"A programming language is low level when its programs require attention to * *"A programming language is low level when its programs require attention to
the irrelevant"** *Alan Perlis* the irrelevant."<br />&mdash;Alan Perlis*
* **There is more Unix-nature in one line of shell script than there is in ten * *"There is more Unix-nature in one line of shell script than there is in ten
thousand lines of C** *Master Foo* thousand lines of C."<br />&mdash;Master Foo*
### Why not CGI? ### Why not CGI?