mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-20 23:37:33 +09:00
moebius#90: CSS - implement text-justify property
This commit is contained in:
parent
5677db4b6e
commit
1f262f0d2b
26 changed files with 312 additions and 9 deletions
|
|
@ -15,7 +15,7 @@ do
|
|||
else
|
||||
echo "Unexpected type $TYPE for $DIRNAME/$TEST"
|
||||
fi
|
||||
if grep "rel=\"$REFTYPE\"" "$DIRNAME/$TEST" | head -1 | grep -q "href=\"$REF\""
|
||||
if grep "rel=\(\"$REFTYPE\"\|'$REFTYPE'\)" "$DIRNAME/$TEST" | head -1 | grep -q "href=\(\"$REF\"\|'$REF'\)"
|
||||
then
|
||||
#echo "Good link for $DIRNAME/$TEST"
|
||||
echo -n
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue