SUBMIT_EXPRS = $(SUBMIT_EXPRS) Group
 {endcode}
 
-{subsection: How to insert ClassAd attributes into a job from the machine ad:}
+{subsection: How to insert {quote: ClassAd} attributes into a job from the machine ad:}
 
 Suppose the name of the attribute in the machine ad is X.  Then put the following in the condor configuration (on the submit node).
 
@@ -40,6 +40,6 @@
 SUBMIT_EXPRS = $(SUBMIT_EXPRS) MachineX
 {endcode}
 
-Actually, X can be any ClassAd expression.  It is not just limited to an attribute name.  The value that is inserted into the job ClassAd, however, is always stored as a string.
+Actually, X can be any {quote: ClassAd} expression.  It is not just limited to an attribute name.  The value that is inserted into the job {quote: ClassAd}, however, is always stored as a string.
 
 In the job history file, the attribute of the most recent machine on which the job ran will be stored with the name {code}MATCH_EXP_MachineX{endcode}