Rev 14006 | Rev 14436 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 14006 | Rev 14008 | ||
---|---|---|---|
Line 109... | Line 109... | ||
109 | !endif |
109 | !endif |
110 | !if $(replytype$k) iswordof imgcomp textcomp compose reorder |
110 | !if $(replytype$k) iswordof imgcomp textcomp compose reorder |
111 | rg_=!translate internal | to $\ |
111 | rg_=!translate internal | to $\ |
112 | $ in $rg_ |
112 | $ in $rg_ |
113 | rg_=!rows2lines $rg_ |
113 | rg_=!rows2lines $rg_ |
- | 114 | rg_=!nonempty lines $rg_ |
|
- | 115 | !! due to , in math mode for example |
|
- | 116 | rg_tmp=!items2lines $rg_ |
|
- | 117 | rg_tmp=!replace internal , by , in $rg_tmp |
|
114 | rg_tmp=!lines2items |
118 | rg_tmp=!lines2items $rg_tmp |
115 | rg_=!line 1 of $rg_ |
119 | rg_=!line 1 of $rg_ |
116 | !if $(replytype$k)=imgcomp |
120 | !if $(replytype$k)=imgcomp |
117 | rg_=!item 2 to -1 of $rg_ |
121 | rg_=!item 2 to -1 of $rg_ |
118 | rg_=!nospace $rg_ |
122 | rg_=!nospace $rg_ |
119 | rg_=!replace , by " />,<img src="$imagedir/ in <img src="$imagedir/$rg_" /> |
123 | rg_=!replace , by " />,<img src="$imagedir/ in <img src="$imagedir/$rg_" /> |